1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

[PM-2087] Bump tailwind and prettier-plugin-tailwindcss (#5320)

This commit is contained in:
Oscar Hinton
2023-05-04 17:02:45 +02:00
committed by GitHub
parent 7bdc581342
commit 20d40a0388
15 changed files with 228 additions and 83 deletions

View File

@@ -14,7 +14,7 @@
></i>
</div>
</summary>
<ul class="tw-ml-6 tw-mb-0 tw-flex tw-flex-col tw-gap-4">
<ul class="tw-mb-0 tw-ml-6 tw-flex tw-flex-col tw-gap-4">
<ng-content></ng-content>
</ul>
<div class="tw-p-4 tw-pt-0">

View File

@@ -25,7 +25,7 @@
<hr />
<bit-form-field class="tw-mt-3 tw-mb-0">
<bit-form-field class="tw-mb-0 tw-mt-3">
<bit-label>{{ "project" | i18n }}</bit-label>
<bit-select bitInput name="project" formControlName="project">
<bit-option value="" [label]="'selectPlaceholder' | i18n"></bit-option>

View File

@@ -39,7 +39,7 @@
<bit-menu #accountMenu>
<div class="tw-flex tw-min-w-52 tw-max-w-72 tw-flex-col">
<div
class="tw-flex tw-items-center tw-py-1 tw-px-4 tw-leading-tight tw-text-info"
class="tw-flex tw-items-center tw-px-4 tw-py-1 tw-leading-tight tw-text-info"
appStopProp
>
<dynamic-avatar [id]="account.userId" [text]="account | userName"></dynamic-avatar>