diff --git a/release/antos-1.2.1.tar.gz b/release/antos-1.2.1.tar.gz index ff4c49c..583c9f5 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/themes/system/afx-label.css b/src/themes/system/afx-label.css index cead7ed..9190d11 100644 --- a/src/themes/system/afx-label.css +++ b/src/themes/system/afx-label.css @@ -10,4 +10,8 @@ afx-label i.label-text{ font-weight: normal; font-style: normal; margin-left: 3px; +} + +afx-label { + display: inline-block; } \ No newline at end of file diff --git a/src/themes/system/antos.css b/src/themes/system/antos.css index b94dae6..211b339 100644 --- a/src/themes/system/antos.css +++ b/src/themes/system/antos.css @@ -133,4 +133,8 @@ body afx-desktop > .list-container > ul > afx-list-item afx-label span { flex-direction: column; +} + +afx-desktop > .list-container > ul > afx-list-item afx-label i.label-text{ + word-break: break-word; } \ No newline at end of file