Add scrolling for task table view
This commit is contained in:
parent
575b2f28ef
commit
cd6dee88b9
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
.table-view {
|
.table-view {
|
||||||
|
overflow-x: scroll;
|
||||||
|
|
||||||
.table {
|
.table {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue