Mod page "suggest a tweet" width (#3863)

* Fix tweet box width

* Fix tweet box width

* Moved rule to right selector
This commit is contained in:
Andrew Bone 2019-08-28 16:04:44 +01:00 committed by Ben Halpern
parent abfdb8787b
commit 2969e3d091
2 changed files with 2 additions and 0 deletions

View file

@ -46,6 +46,7 @@
}
.tag-mod-form form textarea {
box-sizing: border-box;
width: 100%;
padding: 5px;
font-size: 17px;

View file

@ -67,6 +67,7 @@
}
.tag-mod-form form textarea {
box-sizing: border-box;
width: 100%;
padding: 5px;
font-size: 17px;