X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/556503e1f98b8e262fcc1227ac4afdc78a2c05ca..964ab3dd90ff1508efc0c77378cde2b3a4da1029:/apps/workbench/app/assets/stylesheets/application.css.scss diff --git a/apps/workbench/app/assets/stylesheets/application.css.scss b/apps/workbench/app/assets/stylesheets/application.css.scss index 8b5580fc38..9bc93e32bd 100644 --- a/apps/workbench/app/assets/stylesheets/application.css.scss +++ b/apps/workbench/app/assets/stylesheets/application.css.scss @@ -11,6 +11,7 @@ *= require_self *= require bootstrap *= require bootstrap3-editable/bootstrap-editable + *= require morris *= require_tree . */ @@ -203,11 +204,8 @@ table.table-fixed-header-row tbody { top:1.5em; } -/* Setting the height needs to be fixed with javascript. */ .dropdown-menu { - padding-right: 20px; - max-height: 440px; - width: 400px; + max-height: 30em; overflow-y: auto; } @@ -278,3 +276,7 @@ span.editable-textile { .arv-log-refresh-control { display: none; } + +[ng\:cloak], [ng-cloak], .ng-cloak { + display: none !important; +}