Skip to content

Commit ff12997

Browse files
Samq64mxmou
andauthored
Fix editor message count padding with custom-menu-bar (ScratchAddons#8356)
* Fix editor message count padding with custom-menu-bar * Update addons/custom-menu-bar/menu-labels.css Co-authored-by: Maximouse <brestl1c@outlook.com> --------- Co-authored-by: Maximouse <brestl1c@outlook.com>
1 parent ad4b1dc commit ff12997

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

addons/custom-menu-bar/menu-labels.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
justify-content: center;
77
}
88

9-
[class*="menu-bar_hoverable"] > span {
9+
[class*="settings-menu_dropdown-label_"],
10+
[class*="menu-bar_collapsible-label_"] {
1011
margin: 0;
1112
padding: 0;
1213
}

0 commit comments

Comments
 (0)