You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
243 B
10 lines
243 B
/* 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;
|
|
}
|
|
|