Skip to content

Commit

Permalink
fix: add elipis to network filter input
Browse files Browse the repository at this point in the history
  • Loading branch information
reyrodrigez committed Jan 19, 2025
1 parent 1201f38 commit f3a8f1b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/trace-viewer/src/ui/networkFilters.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
padding: 0 5px;
}

.network-filters input[type="search"][placeholder] {
text-overflow: ellipsis;
}

.network-filters-resource-types {
display: flex;
gap: 8px;
Expand Down

0 comments on commit f3a8f1b

Please sign in to comment.