mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
11 lines
243 B
CSS
11 lines
243 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%;
|
|
}
|
|
|
|
.block_private_files .content .footer {
|
|
padding: 10px 0 0;
|
|
margin-top: .5em;
|
|
}
|