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 a32a672 commit 00f4da9Copy full SHA for 00f4da9
1 file changed
src/components/SelectableVisualization.vue
@@ -4,7 +4,7 @@ div
4
icon.handle(name="bars" v-if="editable" style="opacity: 0.6; cursor: grab;")
5
| {{ visualizations[type].title }}
6
div(v-if="editable").vis-style-dropdown-btn
7
- b-dropdown.mr-1(size="sm" variant="outline-secondary")
+ b-dropdown.mr-1(size="sm" variant="outline-secondary" right)
8
template(v-slot:button-content)
9
icon(name="cog")
10
b-dropdown-item(v-for="t in types" :key="t" variant="outline-secondary" @click="$emit('onTypeChange', id, t)")
0 commit comments