mirror of
https://github.com/discourse/discourse.git
synced 2025-09-06 10:50:21 +08:00
FIX: input tip causes modal to change width when present
This commit is contained in:
parent
77c99b6434
commit
47a9b3427b
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.tip {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.input-group-label {
|
||||
display: inline-block;
|
||||
width: 45px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue