mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: aligned tabbed view body with header title
This commit is contained in:
parent
eaba985f25
commit
2a93bed453
@ -9,7 +9,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
.tabbed-view-header {
|
.tabbed-view-header {
|
||||||
/* padding: 0; */
|
|
||||||
background-color: $body-bg;
|
background-color: $body-bg;
|
||||||
padding: 1.5em 1rem 0 1rem;
|
padding: 1.5em 1rem 0 1rem;
|
||||||
}
|
}
|
||||||
@ -48,7 +47,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabbed-view-body {
|
.tabbed-view-body {
|
||||||
padding: $spacer*2;
|
padding: $spacer*2 $spacer;
|
||||||
min-height: 250px;
|
min-height: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user