2
0
Fork 0
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:
Joe 2018-05-30 14:26:06 +08:00 committed by GitHub
parent 77c99b6434
commit 47a9b3427b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,11 @@
display: inline;
}
.tip {
display: block;
margin-bottom: 5px;
}
.input-group-label {
display: inline-block;
width: 45px;