Add word wraps to table
This commit is contained in:
parent
ccd8c2995e
commit
30f2e25903
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue