style.css: treat multiple files as a single block. Fixes weird text wrapping

This commit is contained in:
Zankaria 2024-08-20 15:00:40 +02:00
parent 4e6803e9a7
commit 49cd1f6f59
2 changed files with 5 additions and 1 deletions

View file

@ -360,6 +360,10 @@ form table tr td div label {
font-size: 10px;
}
.files.multifile {
float: left;
}
.file {
float: left;
}