mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
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:
commit
bb15eb3091
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user