Use line-height: 1.5 for abstracts
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run

Addresses #4581, but need to do feed items separately, since that's in a
browser
This commit is contained in:
Dan Stillman 2024-08-17 03:14:30 -04:00
parent 5dc17be46c
commit d6c78336da

View file

@ -10,6 +10,10 @@ abstract-box {
abstract-box .body {
display: flex;
editable-text {
line-height: 1.5;
}
editable-text, browser {
flex: 1;
}