RED-3982 - minor css updates

This commit is contained in:
Valentin Mihai 2022-05-17 00:35:25 +03:00
parent c695f5c441
commit f90405572f
2 changed files with 9 additions and 1 deletions

View File

@ -203,6 +203,14 @@ section.settings {
}
}
.fields-container {
flex-direction: column;
&:first-child {
margin-right: 40px;
}
}
.flex {
display: flex !important;
}

View File

@ -5,7 +5,7 @@
display: flex;
align-items: center;
border-radius: 8px;
width: 586px;
width: 100%;
background: var(--iqser-grey-2);
}