diff --git a/app/assets/stylesheets/exercise_collections.scss b/app/assets/stylesheets/exercise_collections.scss index 527ebd07..79141988 100644 --- a/app/assets/stylesheets/exercise_collections.scss +++ b/app/assets/stylesheets/exercise_collections.scss @@ -57,6 +57,10 @@ rect.value-bar { } } +.table-responsive#exercise-list { + max-height: 512px; +} + .exercise-id-tooltip { position: absolute; display: none; @@ -76,6 +80,10 @@ rect.value-bar { min-height: 450px; } -button { - margin-right: 10px; +.exercise-actions { + margin-bottom: 20px; + + button { + margin-right: 10px; + } }