Skip to content

Commit 06eb5fb

Browse files
authored
Merge pull request #3435 from irvinm/trunk
Add "break-inside: avoid" to "li" items using default favicon
2 parents 69e101a + 5b1bdf0 commit 06eb5fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

webextensions/resources/group-tab.html

+4
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@
124124
mask-image: url("./icons/folder.svg");
125125
}
126126

127+
li.use-default-favicon.group-tab {
128+
break-inside: avoid;
129+
}
130+
127131
.closebox {
128132
position: relative;
129133
opacity: 0;

0 commit comments

Comments
 (0)