Skip to content

Commit 9b9c788

Browse files
authored
Merge pull request #655 from cube-js/dashboard-style-fixes
fix(cubejs-playground): dashboard style fixes
2 parents 9bdaa7d + 8d0f6a9 commit 9b9c788

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

packages/cubejs-playground/src/SchemaPage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ class SchemaPage extends Component {
217217
style={{
218218
background: '#fff',
219219
borderRight: '1px solid #eee',
220-
padding: '0 16px'
221220
}}
222221
className="schema-sidebar"
223222
>

packages/cubejs-playground/src/index.less

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,20 @@
1616
background-color: #6D5AE5;
1717
border-color: #6D5AE5;
1818
}
19+
20+
.schema-sidebar .ant-tabs-top-bar {
21+
padding: 0 16px;
22+
}
23+
24+
.schema-sidebar .ant-menu {
25+
border: 0;
26+
}
27+
28+
.ant-layout-header .ant-menu {
29+
height: 100%;
30+
}
31+
32+
.ant-menu-horizontal .ant-menu-item {
33+
top: 0;
34+
height: 100%;
35+
}

0 commit comments

Comments
 (0)