From 9166af18d6b04d771355bb4db082f0e3c7cd940c Mon Sep 17 00:00:00 2001 From: crunk Date: Sat, 3 Jun 2023 21:23:37 +0200 Subject: [PATCH] fix work break for just links --- static/css/base.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/static/css/base.css b/static/css/base.css index 99f36e4..2ffafba 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -22,13 +22,15 @@ body { border: 1px solid black; margin-top: 1px; padding: 3px; - word-break: break-all; } .feeditem h2, p{ margin-bottom: 3px; margin-top: 3px; } +.feeditem p a { + word-break: break-all; +} img { max-width: 100%; max-height: 100%;