1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 09:07:19 +00:00

Fix position of label color picker colors (#17866)

This commit is contained in:
silverwind
2021-11-30 09:54:00 -08:00
committed by GitHub
parent 64b7d0de8e
commit d894c90b70

View File

@ -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;