Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update app-navigation-caption padding
Signed-off-by: MeIchthys <[email protected]>
Signed-off-by: meichthys <[email protected]>
  • Loading branch information
meichthys committed Oct 12, 2022
commit ac85f07d74ee42f123cc6972d100501bd8eb69cb
2 changes: 1 addition & 1 deletion core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ kbd {
&.app-navigation-caption {
font-weight: bold;
line-height: 44px;
padding: 0 15px;
padding: 0 calc(var(--default-grid-baseline, 4px) * 4);
white-space: nowrap;
text-overflow: ellipsis;
box-shadow: none !important;
Expand Down