style.css: halt fileinfo debording. Fix #188

This commit is contained in:
Zankaria 2024-09-05 17:08:35 +02:00
parent bc7de94268
commit 696f084749

View file

@ -389,6 +389,11 @@ form table tr td div.center {
float: none; float: none;
} }
.file.multifile > p {
width: 0px;
min-width: 100%;
}
p.fileinfo { p.fileinfo {
display: block; display: block;
margin: 0.2em 0px; margin: 0.2em 0px;