From 2969e3d0913e77df1c6153fcefa2d265cd6c3029 Mon Sep 17 00:00:00 2001 From: Andrew Bone Date: Wed, 28 Aug 2019 16:04:44 +0100 Subject: [PATCH] Mod page "suggest a tweet" width (#3863) * Fix tweet box width * Fix tweet box width * Moved rule to right selector --- app/views/moderations/index.html.erb | 1 + app/views/moderations/mod.html.erb | 1 + 2 files changed, 2 insertions(+) diff --git a/app/views/moderations/index.html.erb b/app/views/moderations/index.html.erb index 5f80f8ddf..d8e9c2265 100644 --- a/app/views/moderations/index.html.erb +++ b/app/views/moderations/index.html.erb @@ -46,6 +46,7 @@ } .tag-mod-form form textarea { + box-sizing: border-box; width: 100%; padding: 5px; font-size: 17px; diff --git a/app/views/moderations/mod.html.erb b/app/views/moderations/mod.html.erb index d904528c8..81163d238 100644 --- a/app/views/moderations/mod.html.erb +++ b/app/views/moderations/mod.html.erb @@ -67,6 +67,7 @@ } .tag-mod-form form textarea { + box-sizing: border-box; width: 100%; padding: 5px; font-size: 17px;