visual bug fix on label: inline block by default

This commit is contained in:
DanyLE 2022-07-05 15:25:19 +02:00
parent 084c377bcf
commit 86bcaf9dea
3 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@ -10,4 +10,8 @@ afx-label i.label-text{
font-weight: normal;
font-style: normal;
margin-left: 3px;
}
afx-label {
display: inline-block;
}

View File

@ -133,4 +133,8 @@ body
afx-desktop > .list-container > ul > afx-list-item afx-label span {
flex-direction: column;
}
afx-desktop > .list-container > ul > afx-list-item afx-label i.label-text{
word-break: break-word;
}