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:
parent
6774ae0ef3
commit
a0904b14ed
|
@ -164,7 +164,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex">
|
<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)"
|
[(ngModel)]="u.match" (change)="loginUriMatchChanged(u)"
|
||||||
[disabled]="cipher.isDeleted || viewOnly">
|
[disabled]="cipher.isDeleted || viewOnly">
|
||||||
<option *ngFor="let o of uriMatchOptions" [ngValue]="o.value">{{o.name}}
|
<option *ngFor="let o of uriMatchOptions" [ngValue]="o.value">{{o.name}}
|
||||||
|
|
Loading…
Reference in New Issue