Fixed timepicker css issue introduced by PR #14700

pull/14727/head
Torkel Ödegaard 7 years ago
parent 3e873a2500
commit 297241c4ab
  1. 2
      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;
}

Loading…
Cancel
Save