[CLA on File] style: added padding to object & icon button labels (#6036)

This commit is contained in:
Kierstyn Just 2023-01-20 11:07:56 -08:00 committed by GitHub
parent f98a2cdd6b
commit edbbebe329
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 18 KiB

View File

@ -194,6 +194,7 @@ button {
.c-icon-button {
[class*='label'] {
opacity: 0.8;
padding: 1px 0;
}
&--mixed {

View File

@ -23,6 +23,7 @@
&__name {
@include ellipsize();
display: inline;
padding: 1px 0;
}
&__type-icon {