mirror of
https://github.com/timvisee/send.git
synced 2026-03-05 13:39:54 -05:00
Add word wraps to table
This commit is contained in:
@@ -96,6 +96,14 @@ td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
|
||||
tbody {
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#uploaded-files {
|
||||
width: 472px;
|
||||
margin: 10px auto;
|
||||
|
||||
Reference in New Issue
Block a user