fix: CSS syntax error in survey-env-warning placement
This commit is contained in:
@@ -2172,7 +2172,10 @@ watch(() => props.simulationId, (newId) => {
|
|||||||
|
|
||||||
/* Survey Container */
|
/* Survey Container */
|
||||||
.survey-container {
|
.survey-container {
|
||||||
/* env warning */
|
flex: 1;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.survey-env-warning {
|
.survey-env-warning {
|
||||||
@@ -2184,11 +2187,6 @@ watch(() => props.simulationId, (newId) => {
|
|||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
font-size: 0.85rem;
|
font-size: 0.85rem;
|
||||||
}
|
}
|
||||||
flex: 1;
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.survey-setup {
|
.survey-setup {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user