Skip to content

Commit

Permalink
Merge pull request #2865 from nextcloud/bugfix/noid/make-captions-hea…
Browse files Browse the repository at this point in the history
…dings
  • Loading branch information
Pytal authored Jul 20, 2022
2 parents 32c74c6 + d3e9ef2 commit 8ecb883
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 8ecb883

Please sign in to comment.