summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordan <[email protected]>2023-02-28 14:25:58 -0500
committerdan <[email protected]>2023-02-28 14:25:58 -0500
commit1262c62b38175e5c2de5cfa626cef7e3ab437926 (patch)
treeab461511bab0181e2ab4bd5c3f8b72ca5855be08
parent4fc817ba2e33d17077f0526b98d1e91545fe7a86 (diff)
download54-1262c62b38175e5c2de5cfa626cef7e3ab437926.tar.gz
54-1262c62b38175e5c2de5cfa626cef7e3ab437926.tar.bz2
54-1262c62b38175e5c2de5cfa626cef7e3ab437926.zip
set min-height for post content
-rw-r--r--main.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.scm b/main.scm
index 45dc91f..23ca00c 100644
--- a/main.scm
+++ b/main.scm
@@ -131,7 +131,7 @@
[class "delete-button"])
"[delete]")
'())
- (p ,(content p))
+ (p (@ [style "min-height:0.5em"]) ,(content p))
(div [@ (class "post-info")]
(em "- " ,(user p))
(span (@ [style "float:right;"])