mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
[PS-960] Fix form input group suffix not working (#2947)
* Fix form suffix not working without prefix * Use tailwind first/last to avoid hacky components
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<ng-content select="[bitPrefix]"></ng-content>
|
||||
</div>
|
||||
<ng-content></ng-content>
|
||||
<div *ngIf="prefixChildren.length" class="tw-flex">
|
||||
<div *ngIf="suffixChildren.length" class="tw-flex">
|
||||
<ng-content select="[bitSuffix]"></ng-content>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user