mirror of
https://github.com/bitwarden/web
synced 2025-12-06 00:03:28 +00:00
Hide match uri overflow (#758)
match descriptions are overflowing in german and causing the uri delete button to overflow off of the cipher view modal
This commit is contained in:
@@ -164,7 +164,7 @@
|
||||
</a>
|
||||
</div>
|
||||
<div class="d-flex">
|
||||
<select class="form-control" id="loginUriMatch{{i}}" name="Login.Uris[{{i}}].Match"
|
||||
<select class="form-control overflow-hidden" id="loginUriMatch{{i}}" name="Login.Uris[{{i}}].Match"
|
||||
[(ngModel)]="u.match" (change)="loginUriMatchChanged(u)"
|
||||
[disabled]="cipher.isDeleted || viewOnly">
|
||||
<option *ngFor="let o of uriMatchOptions" [ngValue]="o.value">{{o.name}}
|
||||
|
||||
Reference in New Issue
Block a user