Skip to content

Commit d894c90

Browse files
authored
Fix position of label color picker colors (#17866)
1 parent 64b7d0d commit d894c90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

web_src/less/_base.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2123,10 +2123,10 @@ table th[data-sortt-desc] {
21232123
}
21242124

21252125
.precolors {
2126-
padding-left: 0;
2127-
padding-right: 0;
2128-
margin: 3px 10px auto;
2129-
width: 120px;
2126+
padding-left: 0 !important;
2127+
padding-right: 0 !important;
2128+
margin: 3px 10px auto !important;
2129+
width: 120px !important;
21302130

21312131
.color {
21322132
float: left;

0 commit comments

Comments
 (0)