diff --git a/app/assets/stylesheets/admin.scss b/app/assets/stylesheets/admin.scss index 8cf67d4d6..b14b265ed 100644 --- a/app/assets/stylesheets/admin.scss +++ b/app/assets/stylesheets/admin.scss @@ -47,6 +47,10 @@ body.admin { .is-featured { margin-top: rem-calc(36); } + + .select-order { + min-width: rem-calc(160); + } } // 02. Sidebar @@ -201,12 +205,16 @@ body.admin { .button.tiny.success { margin-left: rem-calc(12); + + &.no-margin { + margin-left: 0; + } } .moderation-description { max-height: rem-calc(65); overflow: hidden; - max-width: rem-calc(750); + max-width: rem-calc(590); &:hover { cursor: text; diff --git a/app/views/admin/debates/index.html.erb b/app/views/admin/debates/index.html.erb index 118a0ae66..9718d4fa9 100644 --- a/app/views/admin/debates/index.html.erb +++ b/app/views/admin/debates/index.html.erb @@ -4,25 +4,33 @@

<%= page_entries_info @debates %>

-