Form.css: fix overflowing inputs (border-box)

This commit is contained in:
Felix Niklas 2021-06-29 12:21:50 +02:00 committed by Thorsten Eckel
parent a5da54ff45
commit 1ddb63f02e

View file

@ -13,6 +13,7 @@
.zammad-form .form-control {
display: block;
width: 100%;
box-sizing: border-box;
}
.zammad-form .has-error .form-control {