]> git.openstreetmap.org Git - rails.git/commitdiff
Use a button element for button_to
authorTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 19:07:38 +0000 (19:07 +0000)
committerTom Hughes <tom@compton.nu>
Mon, 21 Feb 2022 19:11:58 +0000 (19:11 +0000)
app/assets/stylesheets/common.scss
config/initializers/new_framework_defaults_7_0.rb

index d9fa276ba6f93eff9a5172774219d0da68c7a9d1..d6331781286322da32ce55b1833783fa63f54f19 100644 (file)
@@ -1182,8 +1182,9 @@ tr.turn:hover {
 /* Rules for messages pages */
 
 .messages {
-  input[type="submit"] {
+  button[type="submit"] {
     margin: auto;
+    white-space: nowrap;
   }
 
   .inbox-row {
index 3a44fcd0042be0ebfb4adbbc5ef6ba0a4c8b7866..2c1e76822cfc4e7f197e80832acb3dae973cedd8 100644 (file)
@@ -11,7 +11,7 @@
 
 # `button_to` view helper will render `<button>` element, regardless of whether
 # or not the content is passed as the first argument or as a block.
-Rails.application.config.action_view.button_to_generates_button_tag = true
+Rails.application.config.action_view.button_to_generates_button_tag = true
 
 # `stylesheet_link_tag` view helper will not render the media attribute by default.
 Rails.application.config.action_view.apply_stylesheet_media_default = false