Skip to content

Commit 7e008f7

Browse files
committed
fix postcss warning
1 parent c66f8d6 commit 7e008f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/edit/edit.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ a.icon {
189189
&[open] {
190190
overflow-y: auto;
191191
margin-top: calc(1.5 * $pad);
192-
.normal-layout &.settings {
193-
min-height: 6em;
194-
}
195192
> summary {
196193
position: absolute;
197194
margin-top: calc(-1.5 * $pad);
@@ -916,6 +913,9 @@ a.icon {
916913
padding-bottom: $pad;
917914
}
918915
}
916+
.settings[open] {
917+
min-height: 6em;
918+
}
919919
}
920920

921921
/************ reponsive layouts ************/

0 commit comments

Comments
 (0)