Fix position of label color picker colors (#17866)
This commit is contained in:
parent
64b7d0de8e
commit
d894c90b70
1 changed files with 4 additions and 4 deletions
|
@ -2123,10 +2123,10 @@ table th[data-sortt-desc] {
|
|||
}
|
||||
|
||||
.precolors {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
margin: 3px 10px auto;
|
||||
width: 120px;
|
||||
padding-left: 0 !important;
|
||||
padding-right: 0 !important;
|
||||
margin: 3px 10px auto !important;
|
||||
width: 120px !important;
|
||||
|
||||
.color {
|
||||
float: left;
|
||||
|
|
Reference in a new issue