1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-12 02:14:31 +01:00

removed tw-uppercase from dialog title (#6008)

This commit is contained in:
Danielle Flinn 2023-08-10 14:41:45 -07:00 committed by GitHub
parent 3eab038a87
commit 2187db2153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<div <div
class="tw-flex tw-items-center tw-gap-4 tw-border-0 tw-border-b tw-border-solid tw-border-secondary-300 tw-p-4" class="tw-flex tw-items-center tw-gap-4 tw-border-0 tw-border-b tw-border-solid tw-border-secondary-300 tw-p-4"
> >
<h1 bitDialogTitleContainer class="tw-mb-0 tw-grow tw-truncate tw-text-lg tw-uppercase"> <h1 bitDialogTitleContainer class="tw-mb-0 tw-grow tw-truncate tw-text-lg">
<ng-content select="[bitDialogTitle]"></ng-content> <ng-content select="[bitDialogTitle]"></ng-content>
</h1> </h1>
<button <button