Fix the articles list title length

This commit is contained in:
Gregory Trolliet 2024-10-16 09:17:34 +02:00
parent 235633e2e4
commit 003ea08d1a

View file

@ -336,6 +336,11 @@ a.not(.anchor):focus {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
} }
.articles-list .title {
display: inline-block;
max-width: calc(100% - 16em);
vertical-align: top;
}
} }
.articles-list .title { .articles-list .title {
font-weight: bold; font-weight: bold;