mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
fix: display allignment (#3190)
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user