Added wrapping of too long URLs in post upload
This commit is contained in:
parent
a0c407e39d
commit
ff66ec2416
1 changed files with 4 additions and 0 deletions
|
@ -129,6 +129,10 @@
|
||||||
margin: 0 auto 1em auto;
|
margin: 0 auto 1em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#post-upload-step2 .file-name .form-input {
|
||||||
|
word-break: break-all;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#post-upload-step2,
|
#post-upload-step2,
|
||||||
|
|
Loading…
Reference in a new issue