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

@ -11,3 +11,7 @@ afx-label i.label-text{
font-style: normal;
margin-left: 3px;
}
afx-label {
display: inline-block;
}

View File

@ -134,3 +134,7 @@ 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;
}