Skip to content

Commit 52e939c

Browse files
committed
chore: move select styles into the module css
1 parent b9b0ca6 commit 52e939c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/generators/web/ui/components/SideBar/index.module.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,8 @@
22
width: 100%;
33
margin-bottom: -1rem;
44
}
5+
6+
/* Override the min-width of the select component used for version selection in the sidebar */
7+
.select button[role='combobox'] {
8+
min-width: initial;
9+
}

src/generators/web/ui/index.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,3 @@ main {
118118
}
119119
}
120120
}
121-
122-
/* Override the min-width of the select component used for version selection in the sidebar */
123-
[class*='select'] button[role='combobox'] {
124-
min-width: initial;
125-
}

0 commit comments

Comments
 (0)