zotero/scss/elements/_abstractBox.scss
Dan Stillman d6c78336da
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
Use line-height: 1.5 for abstracts
Addresses #4581, but need to do feed items separately, since that's in a
browser
2024-08-17 03:15:07 -04:00

20 lines
216 B
SCSS

abstract-box {
display: flex;
flex-direction: column;
&[hidden] {
display: none;
}
}
abstract-box .body {
display: flex;
editable-text {
line-height: 1.5;
}
editable-text, browser {
flex: 1;
}
}