Skip to content
Snippets Groups Projects
Commit 8e3256ad authored by Angelina Filippova's avatar Angelina Filippova
Browse files

Fix styles for submit button with wide screen

parent 81f050f9
Branches
Tags
2 merge requests!125WIP: Release/2.0.3,!106Fix settings submit button position on wide screens
......@@ -267,6 +267,7 @@
.settings-header-container {
display: flex;
height: 36px;
max-width: 1728px;
justify-content: space-between;
align-items: center;
margin: 22px 30px 15px 15px;
......@@ -330,8 +331,12 @@
}
@media only screen and (min-width: 1824px) {
.form-container {
max-width: 1586px;
}
.submit-button-container {
max-width: 1637px;
width: 100%;
max-width: inherit;
margin-left: auto;
margin-right: auto;
right: auto;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment