simplifying the expense account model, somewhat at least.

This commit is contained in:
Bryce Covert
2019-01-25 15:50:06 -08:00
parent 36f6eabcba
commit d7766c4688
2 changed files with 48 additions and 27 deletions

View File

@@ -290,6 +290,7 @@ nav.navbar .navbar-item.is-active {
.table { table-layout: fixed }
.table td {text-overflow: ellipsis; overflow: hidden; white-space: nowrap; padding: 9px; }
.table td.expandable {text-overflow: ellipsis; overflow: visible; white-space: nowrap; padding: 9px; }
.table td.no-border { border: none; }
.typeahead {
position:relative;