* fix double import

* Don't align table header to center
This commit is contained in:
Louis Laureys 2018-02-27 10:33:38 +01:00 committed by Jamie
commit 4d11e16a80
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,4 @@
@import '../base.scss';
$primary-colour: #df691a;
$primary-colour: #df691a;
$primary-colour-outline: #ff761b;
$bg-colour: #333333;
$bg-colour-disabled: #252424;

View file

@ -884,6 +884,10 @@ textarea {
border: 1px solid $form-color-lighter;
}
.ui-treetable tfoot td, .ui-treetable th {
text-align: left;
}
.ui-treetable tbody td {
white-space: inherit;
overflow: visible;