Skip to content

Commit 1922df1

Browse files
taintedbonespull[bot]
authored andcommitted
[CLA on File] style: added padding to object & icon button labels (#6036)
1 parent 023ebca commit 1922df1

File tree

6 files changed

+2
-0
lines changed

6 files changed

+2
-0
lines changed

src/styles/_controls.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ button {
194194
.c-icon-button {
195195
[class*='label'] {
196196
opacity: 0.8;
197+
padding: 1px 0;
197198
}
198199

199200
&--mixed {

src/ui/components/object-label.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
&__name {
2424
@include ellipsize();
2525
display: inline;
26+
padding: 1px 0;
2627
}
2728

2829
&__type-icon {

0 commit comments

Comments
 (0)