make left panel narrower
Using Arial, because sans-serif has different width in Chrome and FF.
This commit is contained in:
@@ -25,7 +25,7 @@ $background-color: #CBD7F4;
|
||||
@import 'custom-theme.scss';
|
||||
|
||||
*, body {
|
||||
font-family: Arial, sans-serif;
|
||||
font-family: Arial;
|
||||
font-size: 14px;
|
||||
margin: 0;
|
||||
box-sizing: border-box;
|
||||
@@ -90,12 +90,13 @@ mat-form-field.pdb-form-number {
|
||||
width: 5em;
|
||||
}
|
||||
mat-form-field.pdb-form-mid {
|
||||
width: 9em;
|
||||
width: 8em;
|
||||
}
|
||||
|
||||
|
||||
.errorPanel {
|
||||
padding: 1ex;
|
||||
background-color: map-get($mat-red, 100);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user