feat: better table formatting
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
*{
|
||||
text-align: center;
|
||||
}
|
||||
.custom-table {
|
||||
//table-layout: fixed;
|
||||
width: 100%; /* Or a specific max-width */
|
||||
}
|
||||
.wrap-cell{
|
||||
word-break: break-word;
|
||||
white-space: normal;
|
||||
}
|
||||
Reference in New Issue
Block a user