mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -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 {
|
||||
margin-top: 20px;
|
||||
input[type=text] {
|
||||
width: 500px;
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue