diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css index 25eb178dc1..a5c39fbbf6 100644 --- a/app/assets/stylesheets/style.css +++ b/app/assets/stylesheets/style.css @@ -118,6 +118,10 @@ a .fa-white, display:none; } +.text-underline { + text-decoration: underline !important; +} + #pl_pad { width:300%; } diff --git a/app/views/comments/_form.html.erb b/app/views/comments/_form.html.erb index 220d70eaf8..e73758b090 100644 --- a/app/views/comments/_form.html.erb +++ b/app/views/comments/_form.html.erb @@ -51,7 +51,7 @@