Don't cut of button / date select labels

This commit is contained in:
Linus Groh
2019-10-01 19:02:39 +01:00
parent 937bafc3f0
commit 874847d22f
+5
View File
@@ -112,6 +112,11 @@ ul {
border: 0;
border-radius: 18px;
padding: 8px 16px;
text-overflow: ellipsis;
}
.vdp-datepicker input {
min-width: 130px;
}
.button-outline {