Skip to content

Commit d89ccae

Browse files
txt-s callout adj.: reduce line-height further
Line-height should be reduced for `txt-s` callout adjustment universally, not just for table `td`.
1 parent 6eddadd commit d89ccae

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

quartz/styles/custom/callout-adjustments.scss

+1-6
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,7 @@
216216
.callout.callout:is([data-callout-metadata~=text-small],
217217
[data-callout-metadata~=txt-s]) > .callout-content > * {
218218
font-size: 0.8rem;
219-
}
220-
221-
.callout.callout:is([data-callout-metadata~=text-small],
222-
[data-callout-metadata~=txt-s]) > .callout-content > .table-container > table > * {
223-
// override Quartz default table line-height 2rem
224-
line-height: 1.6rem;
219+
line-height: 1rem;
225220
}
226221

227222
.callout:is([data-callout-metadata~=n-th],

0 commit comments

Comments
 (0)