diff --git a/ui/src/style/components/organizations-table.scss b/ui/src/style/components/organizations-table.scss index 9403cb21d3..f5cf958fd1 100644 --- a/ui/src/style/components/organizations-table.scss +++ b/ui/src/style/components/organizations-table.scss @@ -24,7 +24,9 @@ $orgs-table--delete-width: 30px; } .orgs-table--active { width: $orgs-table--active-width; - + justify-content: center; + @include no-user-select(); + .btn {width: 100%;} } .orgs-table--default-role.deleting {