Fix style of centered mdash when creating new organization

Signed-off-by: Jared Scheib <jared.scheib@gmail.com>
pull/10616/head
Alex Paxton 2018-01-11 18:32:25 -08:00 committed by Jared Scheib
parent 06f7a91bff
commit 2a4952cdbb
1 changed files with 3 additions and 1 deletions

View File

@ -24,7 +24,9 @@ $orgs-table--delete-width: 30px;
} }
.orgs-table--active { .orgs-table--active {
width: $orgs-table--active-width; width: $orgs-table--active-width;
justify-content: center;
@include no-user-select();
.btn {width: 100%;} .btn {width: 100%;}
} }
.orgs-table--default-role.deleting { .orgs-table--default-role.deleting {