Преглед изворни кода

Fixed timepicker css issue introduced by PR #14700

Torkel Ödegaard пре 7 година
родитељ
комит
297241c4ab
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      public/sass/components/_timepicker.scss

+ 1 - 1
public/sass/components/_timepicker.scss

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