mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-16 01:38:21 +01:00
visual bug fix on label: inline block by default
This commit is contained in:
parent
084c377bcf
commit
86bcaf9dea
Binary file not shown.
@ -11,3 +11,7 @@ afx-label i.label-text{
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-label {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
@ -134,3 +134,7 @@ body
|
|||||||
afx-desktop > .list-container > ul > afx-list-item afx-label span {
|
afx-desktop > .list-container > ul > afx-list-item afx-label span {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
afx-desktop > .list-container > ul > afx-list-item afx-label i.label-text{
|
||||||
|
word-break: break-word;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user