fix: display allignment (#3190)

This commit is contained in:
Brandon Maharaj 2022-07-28 15:51:51 -04:00 committed by GitHub
parent 4fc278b956
commit 3c7bb3bb84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -130,7 +130,7 @@
<i class="bwi bwi-fw bwi-business" aria-hidden="true"></i> <i class="bwi bwi-fw bwi-business" aria-hidden="true"></i>
{{ organization.name }} {{ organization.name }}
</button> </button>
<span class="ml-auto"> <span class="ml-auto contents">
<i <i
*ngIf="!organization.enabled" *ngIf="!organization.enabled"
class="org-options bwi bwi-fw bwi-exclamation-triangle text-danger" class="org-options bwi bwi-fw bwi-exclamation-triangle text-danger"

View File

@ -90,6 +90,10 @@
@extend .no-btn; @extend .no-btn;
} }
.contents {
display: contents;
}
.toggle-button { .toggle-button {
&:hover, &:hover,
&:focus { &:focus {