From 874847d22f07ab91bb2b94133527a298df595bcf Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Tue, 1 Oct 2019 19:02:39 +0100 Subject: [PATCH] Don't cut of button / date select labels --- src/styles/_base.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/styles/_base.scss b/src/styles/_base.scss index 604e777..de59e96 100644 --- a/src/styles/_base.scss +++ b/src/styles/_base.scss @@ -112,6 +112,11 @@ ul { border: 0; border-radius: 18px; padding: 8px 16px; + text-overflow: ellipsis; +} + +.vdp-datepicker input { + min-width: 130px; } .button-outline {