prevent awkward table overflow

main
xenofem 2022-05-24 18:20:35 -04:00
parent 52158d25e9
commit 7de5997d1b
1 changed files with 7 additions and 0 deletions

View File

@ -112,6 +112,8 @@ body {
table {
border-collapse: collapse;
margin: 20px auto;
table-layout: fixed;
width: 100%;
}
tr {
@ -227,12 +229,17 @@ td.file_download {
td.file_size {
text-align: right;
width: 4.75rem;
}
td.file_name {
text-align: left;
}
td.file_download, td.file_unavailable, td.delete_button {
width: 15px;
}
input[type="file"] {
display: none;
}