mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fixed timepicker css issue introduced by PR #14700
This commit is contained in:
parent
3e873a2500
commit
297241c4ab
@ -20,9 +20,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 20px;
|
|
||||||
right: 20px;
|
right: 20px;
|
||||||
top: $navbarHeight;
|
top: $navbarHeight;
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
width: 550px;
|
width: 550px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user