Files
moodle/blocks/private_files/styles.css
T

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%;
}