chrome table height in controls

This commit is contained in:
ntr
2019-08-12 18:15:39 +10:00
parent 500b5a89a4
commit 0507381e20
3 changed files with 16 additions and 0 deletions
+5
View File
@@ -13,6 +13,11 @@ aside {
padding: 1em 1em 1em 0;
// fix chrome being inconsistent
table {
height: 100%;
}
div {
text-align: right;
}