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 }} -