mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 11:35:04 +01:00
prevent breaking narrow layouts with inputs
This commit is contained in:
parent
26112fe3de
commit
e80f37603b
@ -18,6 +18,7 @@ limitations under the License.
|
|||||||
.form input {
|
.form input {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
min-width: 0;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user