From f5bb5a3e544dec2b20f195f9f5629f2aa8e3d020 Mon Sep 17 00:00:00 2001 From: Michail Poliakov Date: Wed, 2 Sep 2020 19:53:28 +0300 Subject: [PATCH] Update index.scss --- src/style/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/index.scss b/src/style/index.scss index 389d780..5461cd7 100644 --- a/src/style/index.scss +++ b/src/style/index.scss @@ -111,7 +111,7 @@ .#{$namespace}-datepicker-sidebar { float: left; box-sizing: border-box; - width: 100px; + width: $sidebar-margin-left; padding: 6px; overflow: auto; }