Skip to content

Commit 876b284

Browse files
committed
ci: fix linter
1 parent a16928b commit 876b284

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/generators/web/ui/index.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ main {
6363
.change-history {
6464
margin-left: 0;
6565

66-
div[role="menu"] {
66+
div[role='menu'] {
6767
left: 0;
6868
}
6969
}
@@ -91,7 +91,7 @@ main {
9191
.change-history {
9292
margin-left: auto;
9393

94-
div[role="menu"] {
94+
div[role='menu'] {
9595
left: initial;
9696
}
9797
}

0 commit comments

Comments
 (0)