mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-26 17:38:20 +01:00
visual bug fix on label: inline block by default
This commit is contained in:
parent
084c377bcf
commit
86bcaf9dea
Binary file not shown.
@ -10,4 +10,8 @@ afx-label i.label-text{
|
|||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
margin-left: 3px;
|
margin-left: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
afx-label {
|
||||||
|
display: inline-block;
|
||||||
}
|
}
|
@ -133,4 +133,8 @@ 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