Skip to content

Commit 95eccdd

Browse files
committed
chore: Tweaked Mini Shelf button label padding. Commented out the special CSS class for the Mini Shelf graphics button since the class existed to make room for a feature that showed the shortcut to the left of label.
1 parent ee11a91 commit 95eccdd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/webui/src/client/styles/shelf/dashboard-rundownView.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
grid-template-areas: '. .';
2020

2121
> .dashboard-panel__panel__button__label-container {
22-
padding: 2px 4px;
22+
padding: 3px 1px 3px 6px;
2323
white-space: nowrap;
2424
overflow: hidden;
2525
text-overflow: ellipsis;
@@ -125,9 +125,11 @@
125125

126126
&.graphics {
127127
.dashboard-panel__panel__button__label-container {
128+
/*
128129
grid-row: 1;
129130
white-space: normal;
130131
padding-left: 26px;
132+
*/
131133
}
132134
}
133135
}

0 commit comments

Comments
 (0)