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;