Skip to content

Commit

Permalink
Fix tags list style
Browse files Browse the repository at this point in the history
  • Loading branch information
BaldissaraMatheus committed Jul 26, 2024
1 parent 7cbc90f commit 21da3b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/public/stylesheets/index-2.4.0.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ strong {
margin: 0;
}

ul {
ul,
/* TODO explicit class styling because vite builds a different CSS file, once build config is changed this line can be removed */
.tags {
list-style-type: none;
margin: 0;
}
Expand Down Expand Up @@ -306,6 +308,7 @@ popover > :last-child {
border-radius: 5px;
border: 1px solid var(--tag-color-1);
background-color: var(--tag-color-1);
user-select: none;
}

.tag--clicable {
Expand Down

0 comments on commit 21da3b9

Please sign in to comment.