summaryrefslogtreecommitdiffstats
path: root/WebContent/VAADIN/themes/valo/components
diff options
context:
space:
mode:
Diffstat (limited to 'WebContent/VAADIN/themes/valo/components')
-rw-r--r--WebContent/VAADIN/themes/valo/components/_button.scss2
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;