Merge pull request #14727 from simPod/fix-timepicker-2

Fixed timepicker css issue introduced by PR #14700 and remove hotfix …
This commit is contained in:
Torkel Ödegaard 2019-01-04 12:41:23 +01:00 committed by GitHub
commit bb15eb3091
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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