mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-24 14:27:58 -05:00
Reduce the width of comment edit box to fix wrapping.
This commit is contained in:
@@ -350,6 +350,8 @@ body[orient="landscape"] > #topbar > h1 { margin-left: -125px; width: 250px; }
|
||||
|
||||
.comment > .entry .usertext-body { font-size: 11px; word-wrap: break-word; }
|
||||
|
||||
.comment > .entry .usertext-edit { margin-left: 42px; }
|
||||
|
||||
.comment > .metabuttons { float: right; margin: 10px; }
|
||||
|
||||
/*Child comment specific styles*/
|
||||
|
||||
@@ -1056,6 +1056,9 @@ padding: 5px;
|
||||
font-size: 11px;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.comment > .entry .usertext-edit {
|
||||
margin-left: 42px;
|
||||
}
|
||||
.comment > .metabuttons {
|
||||
float: right;
|
||||
margin: 10px;
|
||||
|
||||
Reference in New Issue
Block a user