From 9eee87bf902ac1e03009256c36f6c3d1037bcd30 Mon Sep 17 00:00:00 2001 From: behnoosh Date: Mon, 25 May 2020 17:20:28 +0200 Subject: [PATCH] fix(datepicker): accessibility correction --- projects/ng-boosted/src/lib/style/ng-boosted.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/projects/ng-boosted/src/lib/style/ng-boosted.scss b/projects/ng-boosted/src/lib/style/ng-boosted.scss index b6ecb624..7450cbf9 100644 --- a/projects/ng-boosted/src/lib/style/ng-boosted.scss +++ b/projects/ng-boosted/src/lib/style/ng-boosted.scss @@ -19,6 +19,10 @@ ngb-datepicker{ } .ngb-dp-weekday { color: black; + display: inline-block; + overflow: hidden; + padding: 0 9px; + white-space: nowrap; } }