Fixed some minor CSS issues

This commit is contained in:
Brian Vaughn
2019-06-08 16:45:38 -07:00
parent 6ab522326d
commit 5672d686dc
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -21,6 +21,7 @@
flex-direction: column;
flex: 1 1 100px;
max-width: 300px;
overflow-x: hidden;
border-left: 1px solid var(--color-border);
border-top: 1px solid var(--color-border);
}
@@ -16,6 +16,9 @@
.Component {
flex: 1;
color: var(--color-component-name);
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.Component:before {
white-space: nowrap;