Make Table rows slightly less condensed

pull/1093/head
Alex P 2017-03-23 12:53:43 -07:00
parent 38cf643d4a
commit 6a265552c0
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ table {
font-weight: 500;
color: $g14-chromium !important;
border: 0 !important;
padding: 4px 8px !important;
padding: 6px 8px !important;
}
tbody tr:hover {
background-color: $g5-pepper;