[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
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 { .c-icon-button {
[class*='label'] { [class*='label'] {
opacity: 0.8; opacity: 0.8;
padding: 1px 0;
} }
&--mixed { &--mixed {

View File

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