Skip to content

Commit

Permalink
fix(NcAppNavigationCaption): Align actions with other app navigation …
Browse files Browse the repository at this point in the history
…actions

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
  • Loading branch information
susnux committed Jun 15, 2023
1 parent d87b428 commit 261639f
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -132,7 +132,6 @@ export default {
.app-navigation-caption {
display: flex;
justify-content: space-between;
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
&__name {
font-weight: bold;
Expand All @@ -145,6 +144,8 @@ export default {
opacity: $opacity_normal;
box-shadow: none !important;
flex-shrink: 0;
// padding to align the name with the icon of app navigation items
padding: 0 calc(var(--default-grid-baseline, 4px) * 2) 0 calc(var(--default-grid-baseline, 4px) * 3);
}
&__actions {
Expand Down

0 comments on commit 261639f

Please sign in to comment.