Stop text from overlapping in tables and make them scrollable
This commit is contained in:
parent
eb03c079dc
commit
37bc8ce6b7
|
@ -16,6 +16,11 @@
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
text-overflow: clip;
|
text-overflow: clip;
|
||||||
max-width: 20px;
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
display: block;
|
||||||
|
overflow-x: auto;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue