diff --git a/stylesheets/style.css b/stylesheets/style.css
index 883da6ea..af0a96a8 100644
--- a/stylesheets/style.css
+++ b/stylesheets/style.css
@@ -157,6 +157,10 @@ form table tr td div label {
flex-wrap: wrap;
}
+.files.multifile span {
+ display: block;
+}
+
.file {
float: left;
}
diff --git a/templates/post/fileinfo.html b/templates/post/fileinfo.html
index 4633f0bc..cfc16a75 100644
--- a/templates/post/fileinfo.html
+++ b/templates/post/fileinfo.html
@@ -7,7 +7,7 @@
{% if file.file == 'deleted' %}
{% else %}
-
File: {{ file.file }}
+ File: {{ file.file }}
(
{% if file.thumb == 'spoiler' %}
{% trans %}Spoiler Image{% endtrans %},