Merge pull request #3746 from goldenpipes/feature/v4

settings textbox width fix
This commit is contained in:
Jamie 2020-09-03 09:40:48 +01:00 committed by GitHub
commit 3b7e1d0f97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,4 +8,8 @@
td.mat-cell {
padding: 0.75rem !important;
}
.mat-form-field {
display: block !important;
}