Improve quote css

This commit is contained in:
Zed 2020-06-05 16:58:06 +02:00
parent 2fe0d8daae
commit 1dcb191903
1 changed files with 2 additions and 2 deletions

View File

@ -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 {