diff options
author | Sauli Tähkäpää <sauli@vaadin.com> | 2015-02-06 23:59:35 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-02-27 16:23:00 +0000 |
commit | c9586c93b93987d9b5942c38ef0b536c091092a5 (patch) | |
tree | 9e41c15b5d2ba3967776440d71e9a356d59744e0 /WebContent/VAADIN/themes/valo/components | |
parent | acb889336f80227d609b194e56ac6ae3ead0d338 (diff) | |
download | vaadin-framework-c9586c93b93987d9b5942c38ef0b536c091092a5.tar.gz vaadin-framework-c9586c93b93987d9b5942c38ef0b536c091092a5.zip |
Hide button caption overflow in reindeer and valo. (#11864)
Change-Id: Iaeb9cd571dd4b7a37cdc89f9d291365aef96c9e1
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_button.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_button.scss b/WebContent/VAADIN/themes/valo/components/_button.scss index 3a4bca615d..673a55a97a 100644 --- a/WebContent/VAADIN/themes/valo/components/_button.scss +++ b/WebContent/VAADIN/themes/valo/components/_button.scss @@ -119,6 +119,8 @@ text-align: center; white-space: nowrap; outline: none; + overflow: hidden; + text-overflow: ellipsis; @include valo-tappable; @if $vertical-centering { @include valo-button-vertical-centering; |