Skip to content

Commit a1939b1

Browse files
committed
Fix new file attachment width
1 parent 6c8b06d commit a1939b1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/assets/stylesheets/main.css.scss

+4
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ ul.attachments {
108108
padding-left: 0;
109109
}
110110

111+
.fileinput {
112+
display: block;
113+
}
114+
111115
.cm-editor {
112116
height: auto;
113117
border: 1px solid #ddd;

0 commit comments

Comments
 (0)