.container { display: flex; height: 100%; min-height: 0; } .colWrapper { display: flex; flex: 1; max-width: 33%; min-width: 0; min-height: 0; } .panelBody { display: flex; flex-direction: column; gap: 16px; height: 100%; min-height: 0; } .formWrapper { display: flex; flex: 1; min-height: 0; } .command { :global { .seal-textarea-label { background-color: transparent; } } } .sshkeySelection { :global { .ant-select-content .ant-tag { font-size: 12px !important; } } } .segmented { font-weight: 400; font-size: 12px; }