shuishen
11 hours ago 385be2eca72eb3833efa4be0a0088b34e764788a
apps/workbench-console/src/styles.css
@@ -87,7 +87,8 @@
.run-library .ant-input-search { margin-bottom: var(--wb-space-1); }
.run-library .ant-list { flex: 1 1 auto; min-height: 0; overflow-y: auto; }
.run-library .ant-list-item { min-height: 34px; }
.run-item { display: block !important; padding: 7px 9px !important; color: #425148; cursor: pointer; border: 0 !important; }
.run-item { display: flex !important; align-items: center; gap: 4px; padding: 7px 9px !important; color: #425148; cursor: pointer; border: 0 !important; }
.run-item-label { flex: 1 1 auto; min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.run-item.active { color: var(--wb-green); background: #e6f2ea; font-weight: 700; }
/* Workspace row layout */