mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-05-28 17:16:29 +03:00
Added text-overflow support.
Minor bug fix on app title.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user