Merge pull request #14700 from simPod/timepicker

Tweak datetime picker layout for mobile
This commit is contained in:
Torkel Ödegaard 2019-01-01 15:33:28 +01:00 committed by GitHub
commit 940692189b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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