Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit fc091c1

Browse files
edg2sMatmaRex
authored andcommitted
Fix display of marker on <summary> tag
OOUI sets display to block, when it should be list-item.
1 parent 592a223 commit fc091c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

css/common.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ form {
8383

8484
summary {
8585
cursor: pointer;
86+
/* stylelint-disable-next-line declaration-no-important */
87+
display: list-item !important;
8688
}
8789

8890
summary > .oo-ui-labelElement-label {

0 commit comments

Comments
 (0)