prevent breaking narrow layouts with inputs

This commit is contained in:
Bruno Windels 2020-10-08 10:10:39 +02:00
parent 26112fe3de
commit e80f37603b

View file

@ -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;
} }