Skip to content

Commit

Permalink
Fix position of label color picker colors (go-gitea#17866)
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind authored and Stelios Malathouras committed Mar 28, 2022
1 parent 52e1761 commit 5fd191f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web_src/less/_base.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5fd191f

Please sign in to comment.