visual bug fix on label

This commit is contained in:
DanyLE 2022-07-05 15:10:17 +02:00
parent 61de95788c
commit 084c377bcf
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -35,8 +35,7 @@ namespace OS {
*/
protected mount() {
$(this.refs.container)
.css("display", "flex")
.css("flex-direction", "row");
.css("display", "flex");
$(this.refs.iclass)
.css("flex-shrink",0);
$(this.refs.i)

View File

@ -4,6 +4,7 @@ afx-label i.icon-style {
afx-label span {
align-items: center;
justify-content: center;
flex-direction: row;
}
afx-label i.label-text{
font-weight: normal;