FIX: Input on modal was overflowing.
This commit is contained in:
parent
46c93a2687
commit
9977599ca9
|
@ -88,7 +88,8 @@
|
|||
form {
|
||||
margin-top: 20px;
|
||||
input[type=text] {
|
||||
width: 500px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue