Skip to content

Commit

Permalink
Set max width for the filter badge
Browse files Browse the repository at this point in the history
  • Loading branch information
cheeaun committed Aug 20, 2024
1 parent ce50b7a commit 79d4330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/status.css
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@
position: relative;
top: calc((9px + 2px) / 2 * -1);
min-width: 50px;
max-width: 100px;
text-align: center;
}
.status-filtered-badge.clickable:hover {
Expand All @@ -607,6 +608,8 @@
background: var(--bg-color);
}
.status-filtered-badge:not(.horizontal).badge-meta > span:first-child {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.status-filtered-badge:not(.horizontal).badge-meta > span + span {
Expand Down

0 comments on commit 79d4330

Please sign in to comment.