Skip to content

Commit 4936e26

Browse files
change button size
1 parent 838d55b commit 4936e26

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/left-sidebar/ComponentTab/LibComponents.vue

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<template>
22

3-
<div class="q-pa-md box"
3+
<div class=""
44

55
v-if = "this.$store.state.displaylibComponent">
66

77

88

9-
<q-btn-dropdown color="pink" label="Select Library Component" dropdown-icon="change_history">
9+
<q-btn-dropdown class="selectLib" color="pink" label="Select Library Component" dropdown-icon="change_history">
1010
<q-list class="dropButton">
1111

1212
<q-item clickable v-close-popup @click="pickComponent('e-alert')">
@@ -243,4 +243,10 @@ import { mapState, mapActions } from "vuex";
243243
.buttongroup{
244244
width: 600px;
245245
}
246+
247+
.selectLib{
248+
margin-top: 20px;
249+
width: 260px;
250+
height: 45px;
251+
}
246252
</style>

0 commit comments

Comments
 (0)