Improve quote css
This commit is contained in:
parent
2fe0d8daae
commit
1dcb191903
1 changed files with 2 additions and 2 deletions
|
@ -19,14 +19,14 @@
|
|||
}
|
||||
|
||||
.tweet-name-row {
|
||||
padding: 6px 6px 0px 6px;
|
||||
padding: 4px 6px;
|
||||
}
|
||||
|
||||
.quote-text {
|
||||
overflow: hidden;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: break-word;
|
||||
padding: 3px 6px 6px 6px;
|
||||
padding: 0px 6px 6px 6px;
|
||||
}
|
||||
|
||||
.show-thread {
|
||||
|
|
Loading…
Reference in a new issue