fix: AdminLTE 样式下站点名称折行导致页脚丢失

This commit is contained in:
Argo-Dell 2019-08-23 14:52:32 +08:00
parent 33102a6e35
commit 86ad98edcd
2 changed files with 2 additions and 2 deletions

View File

@ -266,7 +266,6 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
padding: 10px 10px;
transition: background .3s linear, color .3s linear;
display: block;
vertical-align: middle;
white-space: nowrap;
}
@ -334,6 +333,7 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
color: #777;
flex: 1 1 auto;
padding: 12px 0;
white-space: nowrap;
transition: color .3s linear;
}

View File

@ -266,7 +266,6 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
padding: 10px 10px;
transition: background .3s linear, color .3s linear;
display: block;
vertical-align: middle;
white-space: nowrap;
}
@ -334,6 +333,7 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou
color: #777;
flex: 1 1 auto;
padding: 12px 0;
white-space: nowrap;
transition: color .3s linear;
}