refactor: Language page css clean up duplicates

This commit is contained in:
Zack Spear
2024-05-31 15:28:15 -07:00
parent feb92bb11f
commit 154f978051
5 changed files with 10 additions and 12 deletions
@@ -1,3 +0,0 @@
select.wide {
min-width: 314px;
}
@@ -1,3 +0,0 @@
select.wide {
min-width: 300px;
}
@@ -1,3 +0,0 @@
select.wide {
min-width: 314px;
}
@@ -1,3 +0,0 @@
select.wide {
min-width: 300px;
}
@@ -77,3 +77,13 @@ label.button:hover {
input#install {
margin: 0;
}
select.wide {
min-width: 300px;
}
.Theme--sidebar {
select.wide {
min-width: 314px;
}
}