diff options
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 8ce6f6f..d960bb2 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -87,6 +87,9 @@ padding: 1em; background: #F8F8F8; margin-bottom: 1em; + -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */ + page-break-inside: avoid; /* Firefox */ + break-inside: avoid; } .record label { |