Merge pull request #164 from mozilla/ui

Add word wraps to table
This commit is contained in:
Erica 2017-07-05 13:22:53 -04:00 committed by GitHub
commit cbd1daca1e

View File

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