chore: sync local workspace changes
This commit is contained in:
@@ -1,5 +1,21 @@
|
||||
.server-command-page {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
min-height: 0;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
overflow: auto;
|
||||
overscroll-behavior: contain;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
.server-command-page.ant-space,
|
||||
.server-command-page.ant-space > .ant-space-item {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.server-command-page.ant-space {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
.server-command-page .ant-alert-description {
|
||||
|
||||
Reference in New Issue
Block a user