BigW Consortium Gitlab

Commit 04f72a3b by 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
def clipboard_button(data = {})
content_tag :button,
icon('clipboard'),
class: "btn",
class: "btn btn-clipboard",
data: data,
type: :button
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