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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user