Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/itchief/feedbackForm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'feedback/css/style.css')
-rw-r--r--feedback/css/style.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/feedback/css/style.css b/feedback/css/style.css
index 3d06210..56fbd6e 100644
--- a/feedback/css/style.css
+++ b/feedback/css/style.css
@@ -261,6 +261,26 @@ textarea.form-control {
border-radius: 4px;
position: relative;
min-height: 100%;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+}
+
+.form-attachments__item-image {
+ display: block;
+ max-width: 100%;
+ height: auto;
+ margin-top: auto;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+.form-attachments__item-name {
+ margin-top: auto;
+ max-width: 100%;
+ overflow: hidden;
+ word-wrap: break-word;
}
.form-attachments__item-size {