fix: display allignment (#3190)
This commit is contained in:
parent
4fc278b956
commit
3c7bb3bb84
|
@ -130,7 +130,7 @@
|
|||
<i class="bwi bwi-fw bwi-business" aria-hidden="true"></i>
|
||||
{{ organization.name }}
|
||||
</button>
|
||||
<span class="ml-auto">
|
||||
<span class="ml-auto contents">
|
||||
<i
|
||||
*ngIf="!organization.enabled"
|
||||
class="org-options bwi bwi-fw bwi-exclamation-triangle text-danger"
|
||||
|
|
|
@ -90,6 +90,10 @@
|
|||
@extend .no-btn;
|
||||
}
|
||||
|
||||
.contents {
|
||||
display: contents;
|
||||
}
|
||||
|
||||
.toggle-button {
|
||||
&:hover,
|
||||
&:focus {
|
||||
|
|
Loading…
Reference in New Issue