Added text-overflow support.

Minor bug fix on app title.
This commit is contained in:
Martín Lucas Golini
2023-11-12 23:03:49 -03:00
parent a5d7a5114b
commit 7452bf204c
16 changed files with 268 additions and 67 deletions

View File

@@ -859,7 +859,7 @@ the load can't be determined.
### inner-widget-orientation
PushButton can contain 3 widgets: the text (textbox), the icon, and a custom extra
PushButton can contain 3 widgets: the text (textbox), the icon, and a custom extra
item. And with these 3 items does its own layouting. This property allows configuring the order
in which these items are displayed/sorted inside the button.
@@ -1763,6 +1763,12 @@ When enabled will only display text if the icon is not set/found.
---
### text-overflow
Read [text-overflow](https://developer.mozilla.org/en-US/docs/Web/CSS/text-overflow) documentation.
---
### text-selection
Enables/disables text selection in any element that contains text.