mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 07:35:45 -06:00
graph legend: fix table padding
This commit is contained in:
parent
9e15d47e13
commit
1dad52eaad
@ -137,14 +137,9 @@
|
||||
}
|
||||
|
||||
.graph-legend-table {
|
||||
table {
|
||||
width: 100%;
|
||||
}
|
||||
tbody {
|
||||
padding-bottom: 1px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
}
|
||||
padding-bottom: 1px;
|
||||
padding-right: 5px;
|
||||
padding-left: 5px;
|
||||
|
||||
.graph-legend-series {
|
||||
display: table-row;
|
||||
|
Loading…
Reference in New Issue
Block a user