fix
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 19 Mar 2024 11:10:46 +0000 (12:10 +0100)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 19 Mar 2024 11:10:46 +0000 (12:10 +0100)
src/wolnelektury/static/2022/styles/layout/_text.scss

index 22ad16c..dd48d4f 100644 (file)
 
 #heretoc {
     margin-top: .5em;
+
+    // Workaround for missing li's.
+    ol a {
+        line-height: 30px;
+    }
 }
 
 #menu .box {