We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 737162c + b3fd554 commit 3c9f266Copy full SHA for 3c9f266
src/components/Header.vue
@@ -21,7 +21,7 @@
21
type="a"
22
/>
23
<q-btn
24
- class="lt-lg"
+ class="lt-lg gt-xs"
25
icon="menu"
26
v-on:click="$emit('togglePreview')"
27
>
src/components/Stepper.vue
@@ -2,7 +2,7 @@
2
<q-stepper
3
animated
4
color="primary"
5
- class="bg-secondary col-12 col-sm-2 text-primary"
+ class="bg-secondary col-12 col-sm-2 gt-xs text-primary"
6
error-color="negative"
7
error-icon="warning"
8
flat
0 commit comments