Merge pull request #1659 from marshmalien/fix/ux-hit-list

UX Hit List
This commit is contained in:
Jake McDermott
2018-05-03 01:08:46 -04:00
committed by GitHub
15 changed files with 75 additions and 194 deletions

View File

@@ -135,6 +135,7 @@
border-radius: 0;
border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
max-height: ~"calc(100vh - 350px)";
& > table {
table-layout: fixed;
@@ -300,7 +301,7 @@
display: grid;
grid-gap: 20px;
grid-template-columns: minmax(300px, 1fr) minmax(500px, 2fr);
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
grid-template-rows: minmax(500px, ~"calc(100vh - 130px)");
.at-Panel {
overflow-y: auto;