Skip to content

Commit

Permalink
feat: fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 23, 2024
1 parent b1da90f commit 3633000
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/style/inverted-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
padding: 12px 0;
align-items: center;
}
.issue-element-inner .labels {
display: flex;
margin-left: auto;
justify-content: flex-end;
}
p.organization-name {
opacity: 0.5;
display: inline-block;
Expand Down
5 changes: 5 additions & 0 deletions static/style/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,11 @@
padding: 12px 0;
align-items: center;
}
.issue-element-inner .labels {
display: flex;
margin-left: auto;
justify-content: flex-end;
}
p.organization-name {
opacity: 0.5;
display: inline-block;
Expand Down

0 comments on commit 3633000

Please sign in to comment.