diff options
Diffstat (limited to 'WebContent/VAADIN/themes/runo/styles.css')
-rw-r--r-- | WebContent/VAADIN/themes/runo/styles.css | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/runo/styles.css b/WebContent/VAADIN/themes/runo/styles.css index bb2eb0dc1a..13e86faf1a 100644 --- a/WebContent/VAADIN/themes/runo/styles.css +++ b/WebContent/VAADIN/themes/runo/styles.css @@ -1107,9 +1107,19 @@ div.v-progressindicator-indeterminate-disabled { .v-select-twincol-options { float: left; } +.v-select-twincol-options-caption { + float: left; + overflow: hidden; + text-overflow: ellipsis; +} .v-select-twincol-selections { font-weight: bold; } +.v-select-twincol-selections-caption { + float: right; + overflow: hidden; + text-overflow: ellipsis; +} .v-select-twincol-buttons { float: left; text-align: center; |