Skip to content

Commit

Permalink
Tweak OKR header breakpoint slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
simenheg committed Nov 17, 2023
1 parent 85886d3 commit 0e7bef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panes/TimelinePane.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<template>
<pane-wrapper class="timeline-pane">
<template #title>
<h1 class="pkt-txt-18-medium pkt-hide-desktop-up">
<h1 class="pkt-txt-18-medium pkt-hide-tablet-big-up">
{{ $t('general.OKRsLong') }}
</h1>
<h1 class="pkt-txt-18-medium pkt-show-desktop-up">
<h1 class="pkt-txt-18-medium pkt-show-tablet-big-up">
{{ $t('general.OKRsLonger', { name: activeItem.name }) }}
</h1>
</template>
Expand Down

0 comments on commit 0e7bef1

Please sign in to comment.