Skip to content

Commit

Permalink
Merge pull request #633 from biigle/css-label-bug
Browse files Browse the repository at this point in the history
Fix css label bug
  • Loading branch information
mzur authored Aug 7, 2023
2 parents 9285fa8 + d2bf818 commit 67c3424
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions resources/assets/sass/annotations/sidebar/_image-labels.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@
&:first-child {
border-top: 1px solid #353535;
}
}

.file-label__color {
top: 1.2em;
left: 1em;
}
.file-label__color {
top: 1.2em;
left: 1em;
}

.file-label__delete {
top: 12px;
right: 14px;
.file-label__delete {
top: 12px;
right: 14px;
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

.file-label__color {
position: absolute;
top: 1.2em;
left: 1em;
top: 9px;
left: .25em;
width: 1em;
height: 1em;
border: 2px solid white;
Expand Down

0 comments on commit 67c3424

Please sign in to comment.