Просмотр исходного кода

Fixed timepicker css issue introduced by PR #14700 and remove hotfix from 297241c

Simon Podlipsky 7 лет назад
Родитель
Сommit
35f6f50f40
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      public/sass/components/_timepicker.scss

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

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