mirror of
https://github.com/anthonyfitzpatrick/manuscript-compiler.git
synced 2026-07-22 08:31:19 +00:00
8 lines
273 B
CSS
8 lines
273 B
CSS
.manuscript-compiler-report {
|
|
display: grid;
|
|
grid-template-columns: max-content 1fr;
|
|
gap: var(--size-4-2) var(--size-4-4);
|
|
}
|
|
|
|
.manuscript-compiler-report dt { font-weight: var(--font-semibold); }
|
|
.manuscript-compiler-report dd { margin: 0; overflow-wrap: anywhere; }
|