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

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;