X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/46e29d7fbf2628a01cb31ff7117732293129fd65..d16e54da7e751807685f576d089d69417c9094b0:/apps/workbench/app/assets/stylesheets/collections.css.scss diff --git a/apps/workbench/app/assets/stylesheets/collections.css.scss b/apps/workbench/app/assets/stylesheets/collections.css.scss index 0c3c396045..35c2249ecf 100644 --- a/apps/workbench/app/assets/stylesheets/collections.css.scss +++ b/apps/workbench/app/assets/stylesheets/collections.css.scss @@ -1,7 +1,7 @@ /* Style for _show_files tree view. */ ul#collection_files { - padding-left: 0; + padding: 0 .5em; } ul.collection_files { @@ -28,9 +28,11 @@ ul.collection_files li { .collection_files_inline { clear: both; width: 80%; - height: auto; - max-height: 6em; - margin: 0 1em; + margin: 0 3em; +} + +.collection_files_inline img { + max-height: 15em; } .collection_files_name {