Skip to content

Commit a65623f

Browse files
fix: Fixed very minor misplacement of button
1 parent c535835 commit a65623f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/SelectableVisualization.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ div
5959
.vis-style-dropdown-btn {
6060
position: absolute;
6161
top: 0.8em;
62-
right: 1em;
62+
right: 0.8em;
6363
6464
> .btn {
6565
border: 0px;

0 commit comments

Comments
 (0)