mirror of
https://github.com/zotero/zotero.git
synced 2026-09-19 00:01:31 +00:00
10 lines
156 B
SCSS
10 lines
156 B
SCSS
attachments-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
& > collapsible-section > .body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 2px;
|
|
}
|
|
}
|