fixed table styles
This commit is contained in:
parent
46bcda32d5
commit
acb4b0c7b9
@ -96,3 +96,16 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fixed-table-wrapper {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
table {
|
||||||
|
max-width: 100%;
|
||||||
|
table-layout:fixed;
|
||||||
|
|
||||||
|
th, td {
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user