24
1
Fork 0

Add word wraps to table

This commit is contained in:
Daniela Arcese 2017-07-05 13:11:00 -04:00
parent ccd8c2995e
commit 30f2e25903
1 changed files with 8 additions and 0 deletions

View File

@ -96,6 +96,14 @@ td {
vertical-align: top;
}
table {
table-layout: fixed;
}
tbody {
word-wrap: break-word;
}
#uploaded-files {
width: 472px;
margin: 10px auto;