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

This commit is contained in:
Simon Podlipsky 2019-01-04 12:24:22 +01:00
parent 769e9f2d8e
commit 35f6f50f40

View File

@ -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;
}