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

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)