Fix style of centered mdash when creating new organization
Signed-off-by: Jared Scheib <jared.scheib@gmail.com>pull/10616/head
parent
06f7a91bff
commit
2a4952cdbb
|
@ -24,6 +24,8 @@ $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%;}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue