Skip to content

Commit 838d662

Browse files
committed
fix: adjusted styling
1 parent 085087e commit 838d662

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

options/options.css

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ a:hover {
8181
gap: 12px;
8282
margin-bottom: 18px;
8383
}
84+
.problems-toolbar #searchInput {
85+
width: 240px !important;
86+
min-width: 120px !important;
87+
max-width: 320px !important;
88+
flex: 0 0 auto !important;
89+
}
8490
#searchInput {
8591
flex: 1;
8692
padding: 7px 12px;
@@ -179,9 +185,10 @@ a:hover {
179185
}
180186

181187
/* Custom Tag Dropdown Styles */
182-
.tag-dropdown {
188+
.tag-dropdown,
189+
.tag-dropdown-selected,
190+
.tag-dropdown-list {
183191
position: relative;
184-
min-width: 160px;
185192
font-size: 1em;
186193
}
187194
.tag-dropdown-selected {

0 commit comments

Comments
 (0)