mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-01 23:01:28 +01:00
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>
|
<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"
|
||||||
|
@ -90,6 +90,10 @@
|
|||||||
@extend .no-btn;
|
@extend .no-btn;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contents {
|
||||||
|
display: contents;
|
||||||
|
}
|
||||||
|
|
||||||
.toggle-button {
|
.toggle-button {
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
Loading…
Reference in New Issue
Block a user