Skip to content

Commit

Permalink
feat: styling of variable page header
Browse files Browse the repository at this point in the history
  • Loading branch information
ymarcon committed Oct 13, 2024
1 parent c84ec75 commit b559315
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</q-tabs>
<q-tab-panels v-model="tab">
<template v-for="loc in locales" :key="loc">
<q-tab-panel :name="loc" style="padding-top: 0">
<q-tab-panel :name="loc" style="padding-top: 0px; padding-bottom: 0px;">
<q-card bordered flat>
<q-card-section>
<q-markdown :src="getValue(loc)" no-heading-anchor-links />
Expand Down
4 changes: 2 additions & 2 deletions opal-ui/src/pages/ProjectVariablePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@
<q-spinner-dots />
</div>
<div v-else>
<attributes-bundle-panel :bundle="labelBundle" />
<attributes-bundle-panel :bundle="descriptionBundle" />
<attributes-bundle-panel :bundle="labelBundle" class="q-mb-md" />
<attributes-bundle-panel :bundle="descriptionBundle" class="q-mb-md text-help" />

<q-tabs v-model="tab" dense class="text-grey" active-color="primary" indicator-color="primary" align="justify">
<q-tab name="dictionary" :label="$t('dictionary')" />
Expand Down

0 comments on commit b559315

Please sign in to comment.