Skip to content

Commit a1341a9

Browse files
committed
Fixed minimal size attach box
1 parent 748d6d7 commit a1341a9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

resources/sass/plugins/attach.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
display: none;
44
}
55

6+
.attach-file-uploader, .pip {
7+
min-width: 7.785em;
8+
}
9+
610
.attach-image {
711
object-fit: cover;
812
aspect-ratio: 1/1;
@@ -33,6 +37,7 @@
3337
width: 100%;
3438
text-align: center;
3539
text-wrap: pretty;
40+
word-break: break-word;
3641
@extend .p-3;
3742
@extend .small;
3843
}

0 commit comments

Comments
 (0)