src/app/fragments/entry-item/entry-item.component.scss
// button {// vertical-align: top;// } .container {Properties should be ordered align-items, display, flex-direction, justify-content
Line should be indented 2 spaces, but was indented 4 spaces display: flex;Line should be indented 2 spaces, but was indented 4 spaces flex-direction: row;Line should be indented 2 spaces, but was indented 4 spaces justify-content: center;Line should be indented 2 spaces, but was indented 4 spaces align-items: center;} mat-form-field {Line should be indented 2 spaces, but was indented 4 spaces width: 5em;} select-item {Line should be indented 2 spaces, but was indented 4 spaces flex-grow: 2;Line should be indented 2 spaces, but was indented 4 spaces padding-right: 15px;}