forked from leftypol/leftypol
style.css: use flex display for multiple files
This commit is contained in:
parent
169bf13f5d
commit
dcfd41c3ac
1 changed files with 2 additions and 1 deletions
|
@ -374,7 +374,8 @@ form table tr td div.center {
|
||||||
}
|
}
|
||||||
|
|
||||||
.files.multifile {
|
.files.multifile {
|
||||||
float: left;
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file {
|
.file {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue