mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-18 14:59:49 +02:00
visual bug fix on label
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user