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