mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 06:04:11 +08:00
FIX: input tip causes modal to change width when present
This commit is contained in:
parent
77c99b6434
commit
47a9b3427b
|
@ -10,6 +10,11 @@
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.tip {
|
||||
display: block;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
.input-group-label {
|
||||
display: inline-block;
|
||||
width: 45px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user