Initial commit
This commit is contained in:
15
public/theme_assets/styles/custom_fixed_tables.css
Normal file
15
public/theme_assets/styles/custom_fixed_tables.css
Normal file
@@ -0,0 +1,15 @@
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
.custom-fixed-table {
|
||||
table-layout: fixed; /* Forces equal width distribution if no specific widths are set */
|
||||
width: 100%; /* Ensures the table spans its container width */
|
||||
}
|
||||
|
||||
|
||||
td, th {
|
||||
white-space: normal !important;
|
||||
word-wrap: break-word; /* For older IE versions */
|
||||
overflow-wrap: break-word; /* Standard property */
|
||||
}
|
||||
Reference in New Issue
Block a user