Use flex-start instead of start for postcss
This is just something the loaders complain about - apparently `start` is old and we should feel bad.
This commit is contained in:
@@ -61,5 +61,5 @@ input.mx_StatusMessageContextMenu_message {
|
||||
}
|
||||
|
||||
.mx_StatusMessageContextMenu_actionContainer .mx_Spinner {
|
||||
justify-content: start;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user