Fixed name overflow and plugin settings close button.
This commit is contained in:
parent
e7aeb7d1af
commit
8bfd9cdaa5
|
@ -1674,9 +1674,16 @@
|
|||
}
|
||||
|
||||
.bda-slist .bda-name {
|
||||
color:#87909C;
|
||||
color:#87909C;
|
||||
font-weight:700;
|
||||
font-size:12px;
|
||||
overflow: hidden;
|
||||
display: block;
|
||||
max-height: 12px;
|
||||
}
|
||||
|
||||
.bda-slist li div:not(.bda-right):nth-of-type(2) {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.bda-slist .bda-description {
|
||||
|
|
Loading…
Reference in New Issue