fix component interaction with sub-components
This commit is contained in:
@@ -23,7 +23,7 @@ $background-color: #CBD7F4;
|
||||
|
||||
@import '~@angular/material/prebuilt-themes/deeppurple-amber.css';
|
||||
|
||||
body {
|
||||
*, body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
@@ -78,12 +78,18 @@ body .mat-select-panel {
|
||||
max-height: 500px;
|
||||
}
|
||||
|
||||
.mat-form-field {
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
mat-form-field {
|
||||
width: 100%;
|
||||
margin-right: 1em;
|
||||
}
|
||||
mat-form-field:last-child {
|
||||
margin-right: 0ex;
|
||||
}
|
||||
mat-form-field.pdb-form-number {
|
||||
width: 5em;
|
||||
}
|
||||
mat-form-field.pdb-form-mid {
|
||||
width: 9em;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user