Commit 10ecc33831181ce3fca578aacb48738e51f8fc4e

Authored by Rodrigo Souto
1 parent ff425200

[media-panel-improvements] Minor css improvements

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
public/stylesheets/application.css
... ... @@ -3521,6 +3521,12 @@ div.with_media_panel .formfield input[type="checkbox"] {
3521 3521 text-align: left;
3522 3522 }
3523 3523  
  3524 +.text-editor-sidebar .file,
  3525 +.view-all-media .file {
  3526 + white-space: nowrap;
  3527 + overflow: hidden;
  3528 +}
  3529 +
3524 3530 .text-editor-sidebar select,
3525 3531 .text-editor-sidebar input {
3526 3532 width: 100%;
... ...