1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-13 14:53:33 +00:00

[CL-318] Ensure item content truncates when the 'start' slot is populated (#10727)

This commit is contained in:
Victoria League
2024-08-26 11:43:03 -04:00
committed by GitHub
parent b0636bb39d
commit 991155d3a5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
<div class="tw-flex tw-gap-2 tw-items-center tw-w-full">
<ng-content select="[slot=start]"></ng-content>
<div class="tw-flex tw-flex-col tw-items-start tw-text-start tw-w-full [&_p]:tw-mb-0">
<div class="tw-flex tw-flex-col tw-items-start tw-text-start tw-w-full tw-truncate [&_p]:tw-mb-0">
<div class="tw-text-main tw-text-base tw-w-full tw-truncate">
<ng-content></ng-content>
</div>