-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix the padding, and resort the menu
The padding was actually 11px, now that's compensated for. Also sort the Edit as HTML button at the end of the first list. See #7433
- Loading branch information
Joen Asmussen
committed
Aug 9, 2018
1 parent
a8c4a21
commit e028724
Showing
3 changed files
with
12 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
.components-menu-group { | ||
width: 100%; | ||
padding: 10px; | ||
padding: $item-spacing - $border-width; | ||
} | ||
|
||
.components-menu-group__label { | ||
margin-bottom: 10px; | ||
margin-bottom: $item-spacing; | ||
color: $dark-gray-300; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters