diff --git a/release/antos-1.2.1.tar.gz b/release/antos-1.2.1.tar.gz index 1e1c6ed..ff4c49c 100644 Binary files a/release/antos-1.2.1.tar.gz and b/release/antos-1.2.1.tar.gz differ diff --git a/src/core/tags/LabelTag.ts b/src/core/tags/LabelTag.ts index e45d285..7ca7d38 100644 --- a/src/core/tags/LabelTag.ts +++ b/src/core/tags/LabelTag.ts @@ -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) diff --git a/src/themes/system/afx-label.css b/src/themes/system/afx-label.css index 11782f3..cead7ed 100644 --- a/src/themes/system/afx-label.css +++ b/src/themes/system/afx-label.css @@ -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;