Skip to content

Commit 73a76b5

Browse files
committed
fix: prevent overlapping with other textfields
fix a problem that occurrs in certain situations where it might be an overlapping between textfields in a form
1 parent 8e93929 commit 73a76b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/vcf-date-range-picker.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ import { afterNextRender } from '@polymer/polymer/lib/utils/render-status.js';
121121
align-self: baseline;
122122
flex-grow: 1;
123123
--vaadin-text-field-default-width: 16ch;
124+
overflow: hidden;
124125
}
125126
[part="dash"][hidden] {
126127
display: none;

0 commit comments

Comments
 (0)