Fix column overflow

This commit is contained in:
hex-developer 2024-05-19 15:52:13 +00:00
parent 926de71274
commit 859a6d2f27
2 changed files with 3 additions and 2 deletions

View File

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

View File

@ -18,7 +18,7 @@
</svg>
{{ end }}
{{ end }}
<div class="grow">
<div class="grow max-width-100">
<a href="{{ $post.DiscussionUrl }}" class="size-h3 color-primary-if-not-visited" target="_blank" rel="noreferrer">{{ .Title }}</a>
<ul class="list-horizontal-text">
<li title="{{ $post.TimePosted | formatTime }}" {{ dynamicRelativeTimeAttrs $post.TimePosted }}>{{ $post.TimePosted | relativeTime }}</li>