fix(#I12E6F): 短信验证码锁屏解锁框过宽

#Comment
comment #I12E6F

#Issue
close https://gitee.com/LongbowEnterprise/dashboard/issues?id=I12E6F
This commit is contained in:
Argo Zhang 2019-09-20 10:23:47 +08:00
parent 0203c32cbc
commit 9c0324002a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 7 additions and 0 deletions

View File

@ -134,3 +134,10 @@ div.input-group .input-group-text {
.form-group:last-child input {
width: 80px;
}
@media (min-width: 576px) {
.form-inline .form-group {
flex: 0 1 auto;
margin-bottom: 1rem;
}
}