How to make text input box to occupy all the remaining width within parent block?

后端 未结 6 1905
星月不相逢
星月不相逢 2020-12-04 13:15

How do achieve the following:

┌────────────────────parent────────────────────┐
│ label [text-box                   ] [button] │
│ paragraph                           


        
6条回答
  •  暖寄归人
    2020-12-04 14:04

    Use tables. :D I know people tend to hate tables, but they will work in this situation...

    label

提交回复
热议问题