浏览代码

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

Simon Podlipsky 7 年之前
父节点
当前提交
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;
   }