From b0c0f9dea5824c0edf01d509e1e1f967c45308f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yi=C4=9Fit=20FINDIKLI?= Date: Mon, 19 Apr 2021 11:33:34 +0300 Subject: [PATCH] Fixed #10130 - Footer gets misaligned when used with calendar's inline mode --- src/app/components/calendar/calendar.css | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/components/calendar/calendar.css b/src/app/components/calendar/calendar.css index 49508c60439..8c217c05aa2 100755 --- a/src/app/components/calendar/calendar.css +++ b/src/app/components/calendar/calendar.css @@ -38,7 +38,6 @@ } .p-datepicker-inline { - display: inline-flex; position: static; }