From 859a6d2f277ac896cd545191df9e8081f116a606 Mon Sep 17 00:00:00 2001 From: hex-developer <77530549+hex-developer@users.noreply.github.com> Date: Sun, 19 May 2024 15:52:13 +0000 Subject: [PATCH] Fix column overflow --- internal/assets/static/main.css | 3 ++- internal/assets/templates/forum-posts.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/internal/assets/static/main.css b/internal/assets/static/main.css index 1e64def..1df960e 100644 --- a/internal/assets/static/main.css +++ b/internal/assets/static/main.css @@ -1166,6 +1166,7 @@ body { .shrink { flex-shrink: 1; } .shrink-0 { flex-shrink: 0; } .min-width-0 { min-width: 0; } +.max-width-100 { max-width: 100%; } .block { display: block; } .overflow-hidden { overflow: hidden; } .relative { position: relative; } @@ -1200,4 +1201,4 @@ body { .margin-bottom-7 { margin-bottom: 0.7rem; } .margin-bottom-10 { margin-bottom: 1rem; } .margin-bottom-15 { margin-bottom: 1.5rem; } -.margin-bottom-auto { margin-bottom: auto; } +.margin-bottom-auto { margin-bottom: auto; } \ No newline at end of file diff --git a/internal/assets/templates/forum-posts.html b/internal/assets/templates/forum-posts.html index 32f7076..5efec4d 100644 --- a/internal/assets/templates/forum-posts.html +++ b/internal/assets/templates/forum-posts.html @@ -18,7 +18,7 @@ {{ end }} {{ end }} -