1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

fix: prevent action buttons from overflowing for long passwords (#17027)

Co-authored-by: Bryan Cunningham <bcunningham@bitwarden.com>
This commit is contained in:
Mauritz Sjödin
2025-10-27 17:34:22 +01:00
committed by GitHub
parent 42377a1533
commit 2ff9c23dc4

View File

@@ -97,7 +97,7 @@
<ng-container *ngTemplateOutlet="prefixContent"></ng-container>
</div>
<div
class="tw-w-full tw-pb-0 tw-relative [&>*]:tw-p-0 [&>*::selection]:tw-bg-primary-700 [&>*::selection]:tw-text-contrast"
class="tw-w-full tw-min-w-0 tw-pb-0 tw-relative [&>*]:tw-p-0 [&>*::selection]:tw-bg-primary-700 [&>*::selection]:tw-text-contrast"
data-default-content
>
<ng-container *ngTemplateOutlet="defaultContent"></ng-container>