mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 12:11:09 -06:00
7 lines
122 B
SCSS
7 lines
122 B
SCSS
|
.shortcut-table {
|
||
|
td { padding: 3px; }
|
||
|
th:last-child { text-align: left; }
|
||
|
td:first-child { text-align: right; }
|
||
|
}
|
||
|
|