Skip to content
Snippets Groups Projects
Commit 35f9bb2a authored by Haelwenn's avatar Haelwenn
Browse files

views/styles/settings.scss: `align-items: start;` → `align-items: flex-start;`

Fixes a warning from autoprefixer
parent 385fcca0
No related branches found
No related tags found
1 merge request!286views/styles/settings.scss: `align-items: start;` → `align-items: flex-start;`
Pipeline #41872 passed
This commit is part of merge request !286. Comments created here will be created in the context of that merge request.
......@@ -127,7 +127,7 @@
}
.input-container {
display: flex;
align-items: start;
align-items: flex-start;
justify-content: space-between;
.el-form-item {
margin-right: 30px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment