Skip to content

Commit e9d51bd

Browse files
committed
header: remove !important and fix up selector
1 parent 662dd31 commit e9d51bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/header.module.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@
186186
}
187187
}
188188

189-
.sudo > button {
190-
flex-direction: column !important;
189+
.sudo-menu-item {
190+
flex-direction: column;
191191

192192
> .expires-in {
193193
font-size: 80%;

0 commit comments

Comments
 (0)