forked from mystiq/hydrogen-web
prevent breaking narrow layouts with inputs
This commit is contained in:
parent
26112fe3de
commit
e80f37603b
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ limitations under the License.
|
|||
.form input {
|
||||
display: block;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue