根据不同宽度适配授权对话框中的checkbox
This commit is contained in:
parent
7350a11a6c
commit
e372ce8518
|
@ -51,7 +51,6 @@
|
|||
|
||||
#main-content {
|
||||
margin: 0px !important;
|
||||
position: none !important;
|
||||
}
|
||||
|
||||
.top-nav {
|
||||
|
@ -71,6 +70,17 @@
|
|||
.icon-body {
|
||||
margin-right: 0 !important;
|
||||
}
|
||||
|
||||
.modal-body div.checkbox {
|
||||
min-width: 190px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.modal-body .checkbox label input[type='checkbox'] {
|
||||
top: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
|
|
Loading…
Reference in New Issue