mirror of
https://gitlab.com/timvisee/send.git
synced 2024-11-10 13:13:00 +01:00
Add word wraps to table
This commit is contained in:
parent
ccd8c2995e
commit
30f2e25903
@ -96,6 +96,14 @@ td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
tbody {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#uploaded-files {
|
||||
width: 472px;
|
||||
margin: 10px auto;
|
||||
|
Loading…
Reference in New Issue
Block a user