fix(frontend): restore host config/sessions row column flex
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -861,6 +861,12 @@ watch(
|
|||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.host-config-sessions-row > .host-agent-config,
|
||||||
|
.host-config-sessions-row > .host-sessions {
|
||||||
|
flex: 1 1 22rem;
|
||||||
|
min-width: min(100%, 22rem);
|
||||||
|
}
|
||||||
|
|
||||||
.agent-config-form {
|
.agent-config-form {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|||||||
Reference in New Issue
Block a user