[SSE] Refactoring pivot settings

This commit is contained in:
Julia Radzhabova 2020-06-02 16:35:29 +03:00
parent c0813053cc
commit dabb2cea37

View file

@ -224,8 +224,8 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
}
.list-item > div:nth-child(1) {
width:70px;
padding-right: 5px;
width:65px;
padding-right: 0;
display: inline-block;
white-space: pre;
overflow: hidden;
@ -235,9 +235,9 @@ button:active:not(.disabled) .btn-change-shape {background-position: -56px -
.listitem-icon {
vertical-align: middle;
width: 16px;
width: 22px;
height: 16px;
background-position: -1px -274px;
background-position: 1px -274px;
display: inline-block;
}
}