Remove unused HTML class in hide recommendation button

Since the element uses `position: absolute`, the `float: right` property
set by this utility class is ignored.
This commit is contained in:
Javi Martín
2024-11-08 12:55:48 +01:00
parent 891333abed
commit 26b24af413

View File

@@ -6,7 +6,7 @@
<div id="recommendations" data-toggler=".hide">
<%= button_to disable_recommendations_path, title: t("shared.recommended_index.hide"),
class: "float-right-medium hide-recommendations",
class: "hide-recommendations",
data: {
toggle: "recommendations",
confirm: t("#{namespace}.index.recommendations.disable")