mirror of
https://github.com/grafana/grafana.git
synced 2025-01-06 14:13:11 -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; }
|
|
}
|
|
|