فهرست منبع

Merge pull request #14727 from simPod/fix-timepicker-2

Fixed timepicker css issue introduced by PR #14700 and remove hotfix …
Torkel Ödegaard 7 سال پیش
والد
کامیت
bb15eb3091
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      public/sass/components/_timepicker.scss

+ 2 - 0
public/sass/components/_timepicker.scss

@@ -20,10 +20,12 @@
   display: flex;
   display: flex;
   flex-direction: column;
   flex-direction: column;
   position: absolute;
   position: absolute;
+  left: 20px;
   right: 20px;
   right: 20px;
   top: $navbarHeight;
   top: $navbarHeight;
 
 
   @include media-breakpoint-up(md) {
   @include media-breakpoint-up(md) {
+    left: auto;
     width: 550px;
     width: 550px;
   }
   }