diff options
author | Denis Anisimov <denis@vaadin.com> | 2014-11-06 09:15:15 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-10 08:18:00 +0000 |
commit | 8ce89592362226d6687e1267632a75d85774b67d (patch) | |
tree | 5fb85426e2f0b66f02aeeb2bd49e7d3570ab0669 /WebContent | |
parent | f1f089772749a0eb4b031f1876b95bb684565473 (diff) | |
download | vaadin-framework-8ce89592362226d6687e1267632a75d85774b67d.tar.gz vaadin-framework-8ce89592362226d6687e1267632a75d85774b67d.zip |
Position calendar popup on the left side if there is no space (#14757).
Change-Id: I83836bbf077033712a569c8eff52576b012b4dee
Diffstat (limited to 'WebContent')
-rw-r--r-- | WebContent/VAADIN/themes/valo/components/_datefield.scss | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebContent/VAADIN/themes/valo/components/_datefield.scss b/WebContent/VAADIN/themes/valo/components/_datefield.scss index 3201288120..6d36ade43a 100644 --- a/WebContent/VAADIN/themes/valo/components/_datefield.scss +++ b/WebContent/VAADIN/themes/valo/components/_datefield.scss @@ -276,6 +276,8 @@ @include valo-overlay-style; margin-top: ceil($v-unit-size/8) !important; + margin-bottom: ceil($v-unit-size/8) !important; + margin-right: ceil($v-unit-size/8) !important; cursor: default; width: auto; |