Use line-height: 1.5
for abstracts
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
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:
parent
5dc17be46c
commit
d6c78336da
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@ abstract-box {
|
|||
abstract-box .body {
|
||||
display: flex;
|
||||
|
||||
editable-text {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
editable-text, browser {
|
||||
flex: 1;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue