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 {
|
.precolors {
|
||||||
padding-left: 0;
|
padding-left: 0 !important;
|
||||||
padding-right: 0;
|
padding-right: 0 !important;
|
||||||
margin: 3px 10px auto;
|
margin: 3px 10px auto !important;
|
||||||
width: 120px;
|
width: 120px !important;
|
||||||
|
|
||||||
.color {
|
.color {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Reference in a new issue