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.
1 parent 43f5424 commit 0846774Copy full SHA for 0846774
src/components/dashboard_items/ComponentDetails.vue
@@ -9,7 +9,7 @@ Description:
9
10
<template>
11
<div class="inner-div">
12
- <q-card id="store-cards" v-if="this.activeComponentObj">
+ <q-card id="store-cards" class="no-shadow" v-if="this.activeComponentObj">
13
<q-tabs
14
v-model="tab"
15
dense
src/css/app.scss
@@ -47,6 +47,7 @@ main {
47
color: $menutext;
48
}
49
50
+// TO DO: update component-container in store tab and remove block container
51
.block-container {
52
display: flex;
53
flex-direction: row;
0 commit comments