diff --git a/front/src/components/playlists/Widget.vue b/front/src/components/playlists/Widget.vue index 22c607f03..594abe395 100644 --- a/front/src/components/playlists/Widget.vue +++ b/front/src/components/playlists/Widget.vue @@ -6,7 +6,6 @@
-
diff --git a/front/src/style/_main.scss b/front/src/style/_main.scss index 125293b99..435851ea9 100644 --- a/front/src/style/_main.scss +++ b/front/src/style/_main.scss @@ -504,7 +504,7 @@ input + .help { position: relative; margin-bottom: -1px; .button { - position: absolute; + position: absolute !important; bottom: 0.5em; right: 0.5em; }