diff --git a/backend/src/app/rpc/commands/profile.clj b/backend/src/app/rpc/commands/profile.clj index 38e86f5043..4207db2d22 100644 --- a/backend/src/app/rpc/commands/profile.clj +++ b/backend/src/app/rpc/commands/profile.clj @@ -484,7 +484,6 @@ WHERE tpr1.profile_id = ? AND tpr1.is_owner IS true AND tpr2.can_edit IS true - AND NOT t.is_default AND t.deleted_at IS NULL") (sv/defmethod ::get-subscription-usage diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/frame_grid.scss b/frontend/src/app/main/ui/workspace/sidebar/options/menus/frame_grid.scss index f19955d198..e7caff9882 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/frame_grid.scss +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/frame_grid.scss @@ -23,6 +23,7 @@ .element-set-content { @include deprecated.flexColumn; + grid-column: span 8; margin: deprecated.$s-4 0 deprecated.$s-8 0; }