Skip to content

Commit 68714a4

Browse files
committed
chore: add min-width to network filters
1 parent 6951deb commit 68714a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/trace-viewer/src/ui/networkFilters.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
text-overflow: ellipsis;
4242
}
4343

44+
.network-filters-resource-types .tabbed-pane-tab {
45+
min-width: 50px;
46+
}
47+
4448
.network-filters-resource-type.selected {
4549
background-color: var(--vscode-list-inactiveSelectionBackground);
4650
}

0 commit comments

Comments
 (0)