Skip to content

Commit ba70435

Browse files
committed
Added dynamic subscript sizing to project field
This allows the error text to occupy more layout than one line. Fixes a layout bug on small screens.
1 parent aaa8d30 commit ba70435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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

0 commit comments

Comments
 (0)