aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-09-22 10:54:18 -0400
committertdro <tdro@noreply.example.com>2023-09-22 10:54:18 -0400
commit24794c316e6aac1e076040cdaedc9882f1bec2cc (patch)
tree584082679e4b2236d7dac4d3423a7da29af15d6f /assets
parentff11653854935a55e1a8b8bd51922da36513ec8f (diff)
downloadcanory-24794c316e6aac1e076040cdaedc9882f1bec2cc.tar.gz
canory-24794c316e6aac1e076040cdaedc9882f1bec2cc.tar.bz2
canory-24794c316e6aac1e076040cdaedc9882f1bec2cc.zip
assets/css/default: Fix ol li height initial
Diffstat (limited to 'assets')
-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;