mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
FIX: Input on modal was overflowing.
This commit is contained in:
parent
46c93a2687
commit
9977599ca9
1 changed files with 2 additions and 1 deletions
|
@ -88,7 +88,8 @@
|
||||||
form {
|
form {
|
||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
input[type=text] {
|
input[type=text] {
|
||||||
width: 500px;
|
box-sizing: border-box;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue