From 7c3c19760526ca4d51eb64a52c0cff5e376b501e Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Fri, 19 Mar 2021 12:40:36 -0400 Subject: [PATCH] LP1904036 Date select fill container option Signed-off-by: Bill Erickson Signed-off-by: Jane Sandberg Signed-off-by: Galen Charlton --- Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css | 4 ++++ Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html | 3 ++- Open-ILS/src/eg2/src/app/share/date-select/date-select.component.ts | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css index e4ab7a0438..8b30d42c7c 100644 --- a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css +++ b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.css @@ -1,6 +1,10 @@ .eg-date-select { +} + +.date-select-width { max-width: 11em; } + .material-icons { font-size: 15px; } diff --git a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html index 6c31a77658..07ce23f65c 100644 --- a/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html +++ b/Open-ILS/src/eg2/src/app/share/date-select/date-select.component.html @@ -2,7 +2,8 @@ {{initialDate | formatValue:'timestamp'}} -
+
; -- 2.11.0