Fixed name overflow and plugin settings close button.

This commit is contained in:
Alexei Stukov 2017-05-05 04:24:22 +03:00 committed by GitHub
parent e7aeb7d1af
commit 8bfd9cdaa5
1 changed files with 8 additions and 1 deletions

View File

@ -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 {