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 838d55b commit 4936e26Copy full SHA for 4936e26
src/components/left-sidebar/ComponentTab/LibComponents.vue
@@ -1,12 +1,12 @@
1
<template>
2
3
- <div class="q-pa-md box"
+ <div class=""
4
5
v-if = "this.$store.state.displaylibComponent">
6
7
8
9
- <q-btn-dropdown color="pink" label="Select Library Component" dropdown-icon="change_history">
+ <q-btn-dropdown class="selectLib" color="pink" label="Select Library Component" dropdown-icon="change_history">
10
<q-list class="dropButton">
11
12
<q-item clickable v-close-popup @click="pickComponent('e-alert')">
@@ -243,4 +243,10 @@ import { mapState, mapActions } from "vuex";
243
.buttongroup{
244
width: 600px;
245
}
246
+
247
+.selectLib{
248
+ margin-top: 20px;
249
+ width: 260px;
250
+ height: 45px;
251
+}
252
</style>
0 commit comments