Commit 04e23d804cbbb5be3473eeeb8ac0828eabfa8e42
1 parent
b129e29d
Exists in
master
and in
29 other branches
Limit the width of the folder select box
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
public/stylesheets/application.css
... | ... | @@ -3409,6 +3409,9 @@ div.with_media_panel .formfield input { |
3409 | 3409 | .text-editor-sidebar .media-upload-error { |
3410 | 3410 | color: red; |
3411 | 3411 | } |
3412 | +.text-editor-sidebar select { | |
3413 | + max-width: 355px; | |
3414 | +} | |
3412 | 3415 | |
3413 | 3416 | /* ==> public/stylesheets/controller_contact.css <== */ |
3414 | 3417 | /*** SELECT CITY ***/ | ... | ... |