Skip to content

Commit

Permalink
Prevent wrapping when many tags are present (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
mreichhoff committed Jan 27, 2024
1 parent c70cb10 commit caca221
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion public/css/hanzi-graph.css
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ ul {
}

.word-header .add-button,
.word-header .check {
.word-header .check {
cursor: pointer;
float: right;
margin-right: 20px;
Expand Down Expand Up @@ -417,6 +417,7 @@ h2.word-header {

.tags {
margin-top: 8px;
line-height: 26px;
}

.tag {
Expand Down Expand Up @@ -631,6 +632,7 @@ h2.word-header {
.right-menu-button-container .check {
border: 2px solid var(--legend-gradient-start);
}

.right-menu-button-container .check::after {
border-color: var(--legend-gradient-start);
}
Expand Down

0 comments on commit caca221

Please sign in to comment.