mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-21 11:35:34 +01:00
placeholder text being cut off (#5100)
This commit is contained in:
parent
2d2226f20d
commit
5f26e58538
@ -1,5 +1,5 @@
|
||||
<sm-header>
|
||||
<input bitInput [placeholder]="'searchProjects' | i18n" [(ngModel)]="search" />
|
||||
<input bitInput [placeholder]="'searchProjects' | i18n" [(ngModel)]="search" class="tw-w-80" />
|
||||
<sm-new-menu></sm-new-menu>
|
||||
</sm-header>
|
||||
<sm-projects-list
|
||||
|
@ -1,5 +1,5 @@
|
||||
<sm-header>
|
||||
<input bitInput [placeholder]="'searchSecrets' | i18n" [(ngModel)]="search" />
|
||||
<input bitInput [placeholder]="'searchSecrets' | i18n" [(ngModel)]="search" class="tw-w-80" />
|
||||
<sm-new-menu></sm-new-menu>
|
||||
</sm-header>
|
||||
<sm-secrets-list
|
||||
|
@ -1,5 +1,10 @@
|
||||
<sm-header>
|
||||
<input bitInput [placeholder]="'searchServiceAccounts' | i18n" [(ngModel)]="search" />
|
||||
<input
|
||||
bitInput
|
||||
[placeholder]="'searchServiceAccounts' | i18n"
|
||||
[(ngModel)]="search"
|
||||
class="tw-w-80"
|
||||
/>
|
||||
<sm-new-menu></sm-new-menu>
|
||||
</sm-header>
|
||||
<sm-service-accounts-list
|
||||
|
Loading…
Reference in New Issue
Block a user