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 {
|
.tweet-name-row {
|
||||||
padding: 6px 6px 0px 6px;
|
padding: 4px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.quote-text {
|
.quote-text {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
padding: 3px 6px 6px 6px;
|
padding: 0px 6px 6px 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.show-thread {
|
.show-thread {
|
||||||
|
|
Loading…
Reference in a new issue