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 {
|
||||
/* env warning */
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.survey-env-warning {
|
||||
@@ -2184,11 +2187,6 @@ watch(() => props.simulationId, (newId) => {
|
||||
margin-bottom: 12px;
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.survey-setup {
|
||||
flex: 1;
|
||||
|
||||
Reference in New Issue
Block a user