Re-add line-height to the timestamp of a thought.

This commit is contained in:
MatthiasSaihttam 2021-05-01 16:11:20 -04:00
parent bcd3456cb2
commit a9a02bae61
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,7 @@ body {
.thought {
margin: 20px 0;
line-height: 1.5em;
}
.thought.highlighted .main, .thought.highlighted .extended-text {
@ -93,7 +94,6 @@ textarea, input[type="text"], input[type="password"] {
.text {
max-width: 100%;
line-height: 1.5em;
}
.main-text, .main-text p:last-child {