Skip to content

Commit

Permalink
Merge pull request #2914 from nextcloud/backport/2865/stable5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pytal committed Aug 3, 2022
2 parents b194f4f + 32c8f6d commit d0bf755
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/AppNavigationCaption/AppNavigationCaption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
<template>
<li class="app-navigation-caption">
<!-- Title of the caption -->
<div class="app-navigation-caption__title">
<h2 class="app-navigation-caption__title">
{{ title }}
</div>
</h2>

<!-- Actions -->
<div v-if="hasActions"
Expand Down Expand Up @@ -93,6 +93,7 @@ export default {
&__title {
font-weight: bold;
color: var(--color-primary-element);
font-size: var(--default-font-size);
line-height: $clickable-area;
white-space: nowrap;
overflow: hidden;
Expand Down

0 comments on commit d0bf755

Please sign in to comment.