Skip to content

Commit e0fd2f4

Browse files
authored
SF-3177 Fix error message text overlap in draft import dialog (#3567)
1 parent 142f019 commit e0fd2f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

src/SIL.XForge.Scripture/ClientApp/src/app/project-select/project-select.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<ng-container *transloco="let t; read: 'project_select'">
2-
<mat-form-field>
2+
<mat-form-field subscriptSizing="dynamic">
33
<input
44
type="text"
55
matInput

src/SIL.XForge.Scripture/ClientApp/src/app/project-select/project-select.component.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22
mat-form-field {
33
width: 100%;
44
}
5+
6+
:host ::ng-deep .mat-mdc-form-field-subscript-wrapper {
7+
min-height: 0.75rem;
8+
}

0 commit comments

Comments
 (0)