Commit bb15eb30 by Torkel Ödegaard Committed by GitHub

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

Fixed timepicker css issue introduced by PR #14700 and remove hotfix …
parents 769e9f2d 35f6f50f
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment