5 lines
154 B
CSS
5 lines
154 B
CSS
/* Rule so that the table tree view works with word-wrap: break-word. */
|
|
.block_private_files .content table {
|
|
table-layout: fixed;
|
|
width: 100%;
|
|
} |