diff --git a/app/stylesheets/bundles/learning_outcomes.scss b/app/stylesheets/bundles/learning_outcomes.scss index b6662744835..b6bb89b355c 100644 --- a/app/stylesheets/bundles/learning_outcomes.scss +++ b/app/stylesheets/bundles/learning_outcomes.scss @@ -203,9 +203,11 @@ table.criterion .edit { margin-bottom: 8px; } .buttons button { - float: right; margin-left: 4px; } + .buttons .button-container { + float: right; + } } .edit_rating { diff --git a/app/views/jst/outcomes/_criterion.handlebars b/app/views/jst/outcomes/_criterion.handlebars index cb48f68b2a8..b46db42e9c7 100644 --- a/app/views/jst/outcomes/_criterion.handlebars +++ b/app/views/jst/outcomes/_criterion.handlebars @@ -24,12 +24,17 @@
- - +
+ + +