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:
parent
abfdb8787b
commit
2969e3d091
2 changed files with 2 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
}
|
||||
|
||||
.tag-mod-form form textarea {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
font-size: 17px;
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@
|
|||
}
|
||||
|
||||
.tag-mod-form form textarea {
|
||||
box-sizing: border-box;
|
||||
width: 100%;
|
||||
padding: 5px;
|
||||
font-size: 17px;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue