### What problem does this PR solve? Feat: Supports to debug single component in Agent. #3993 Fix: The github button on the login page is displayed incorrectly #4002 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
21 lines
301 B
Text
21 lines
301 B
Text
.title {
|
|
flex-basis: 60px;
|
|
}
|
|
|
|
.formWrapper {
|
|
:global(.ant-form-item-label) {
|
|
font-weight: 600;
|
|
}
|
|
}
|
|
|
|
.operatorDescription {
|
|
font-size: 14px;
|
|
padding-top: 16px;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.formDrawer {
|
|
:global(.ant-drawer-content-wrapper) {
|
|
transform: translateX(0) !important;
|
|
}
|
|
}
|