Skip to content

Commit 8ebf48f

Browse files
authored
Fix <summary> styles for extension options on Firefox (sindresorhus#228)
1 parent 5481212 commit 8ebf48f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/options.css

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,14 @@ input[type='text'][name='token'] {
7676
margin: 0.25em 0 0.5em;
7777
}
7878

79+
.repo-wrapper ul,
7980
.repo-wrapper ul > li {
8081
list-style-type: none;
8182
}
8283

83-
.repo-wrapper summary {
84-
display: flex;
85-
align-items: center;
86-
}
87-
8884
.repo-wrapper label {
85+
display: inline-block;
86+
width: auto;
8987
margin: 0;
9088
margin-bottom: 0.25rem;
9189
}

0 commit comments

Comments
 (0)