aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--assets/css/default.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/assets/css/default.css b/assets/css/default.css
index bfb38d1..cbcae4d 100644
--- a/assets/css/default.css
+++ b/assets/css/default.css
@@ -487,7 +487,7 @@ ol li {
overflow-wrap: break-word;
word-break: break-word;
position: relative;
- height: 100%;
+ min-height: 1rem;
}
ol li + li {
@@ -508,7 +508,7 @@ ol li:before {
margin-right: 100%;
margin-left: -100%;
font-variant-numeric: tabular-nums lining-nums slashed-zero;
- height: inherit;
+ height: 100%;
max-height: 1.5rem;
display: flex;
align-items: center;