header separator fix (#3535)

This commit is contained in:
bbcodrin 2018-06-28 12:40:16 +03:00 committed by Eugenio Romano
parent 8dfd67e037
commit d77463af97

View File

@ -8,18 +8,9 @@
display: none; display: none;
} }
.adf {
&-field-list {
padding: 0;
list-style-type: none;
width: 100%;
height: 100%;
}
.container-widget__header-text { .container-widget__header-text {
border-bottom: 1px solid rgba(0, 0, 0, 0.87); border-bottom: 1px solid rgba(0, 0, 0, 0.87);
margin-left: 10px; padding-bottom: 10px;
margin-right: 10px;
cursor: default; cursor: default;
user-select: none; user-select: none;
-webkit-user-select: none; -webkit-user-select: none;
@ -34,6 +25,12 @@
cursor: pointer; cursor: pointer;
} }
} }
.adf-field-list {
padding: 0;
list-style-type: none;
width: 100%;
height: 100%;
} }
container-widget { container-widget {