Fix the articles list title length
This commit is contained in:
parent
235633e2e4
commit
003ea08d1a
1 changed files with 5 additions and 0 deletions
|
@ -336,6 +336,11 @@ a.not(.anchor):focus {
|
|||
display: inline-block;
|
||||
text-align: right;
|
||||
}
|
||||
.articles-list .title {
|
||||
display: inline-block;
|
||||
max-width: calc(100% - 16em);
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
.articles-list .title {
|
||||
font-weight: bold;
|
||||
|
|
Loading…
Reference in a new issue