[web] Reduce pre line height (#22182)

* Remove bad prop "divider" in DropdownDivider

* Reduce line height in log-entry-content-raw

Per https://digital-science.slack.com/archives/C05JM5NTHUP/p1732704056729519

* Decrease `pre` line-height to `--line-height-01` (body-xs)

GitOrigin-RevId: 584ba587d1fc3b8964b96722a6e72efc9fea1059
This commit is contained in:
Antoine Clausse
2024-12-02 11:41:41 +01:00
committed by Copybot
parent 411a56fd58
commit f4ae3fc0e4
2 changed files with 3 additions and 2 deletions

View File

@@ -79,7 +79,7 @@ function PdfFileList({ fileList }) {
))}
{fileList.other.length > 0 && fileList.top.length > 0 && (
<DropdownDivider divider />
<DropdownDivider />
)}
{fileList.other.map(file => (

View File

@@ -150,7 +150,8 @@
}
.log-entry-content-raw {
font-size: var(--font-size-01);
@include body-xs;
color: var(--content-secondary);
padding: var(--spacing-03);
margin: 0;