mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +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>
|
||||
{{ 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 {
|
||||
|
||||
Reference in New Issue
Block a user