24
1
Fork 0

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