From 7698a174d89cd9ff814c55a456b3444df9e439cd Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 10 Mar 2023 21:03:01 -0500 Subject: feat: links in content display as clickable links --- style.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index d09e1ab..4bd93b0 100644 --- a/style.css +++ b/style.css @@ -195,3 +195,16 @@ textarea { width: 100%; } } + +.content-container { + min-height:0.5em; + white-space:pre-wrap; +} + +.content-link { + display: inline-block; +} + +.content-text { + display: inline-block; +} -- cgit v1.2.3