Commit 04f72a3b authored by Robert Speicher's avatar Robert Speicher

Merge branch 'clipboard-button-styling' into 'master'

Fixed styling of clipboard button

Closes #18773 

See merge request !4728
parents 022dfd8e cd864bba
...@@ -17,7 +17,7 @@ module ButtonHelper ...@@ -17,7 +17,7 @@ module ButtonHelper
def clipboard_button(data = {}) def clipboard_button(data = {})
content_tag :button, content_tag :button,
icon('clipboard'), icon('clipboard'),
class: "btn", class: "btn btn-clipboard",
data: data, data: data,
type: :button type: :button
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment