Skip to content

Commit

Permalink
Break filters text when resizing window (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
ronahk authored Jan 15, 2023
1 parent 40ae829 commit 50947e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/dashboard/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,11 @@ body > .container-fluid {

#filters {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 0.8rem;
line-height: 175%;
inline-size: auto;
overflow-wrap: break-word;
}

#cluster input, #cluster span {
Expand Down

0 comments on commit 50947e5

Please sign in to comment.