We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9bdaa7d + 8d0f6a9 commit 9b9c788Copy full SHA for 9b9c788
packages/cubejs-playground/src/SchemaPage.js
@@ -217,7 +217,6 @@ class SchemaPage extends Component {
217
style={{
218
background: '#fff',
219
borderRight: '1px solid #eee',
220
- padding: '0 16px'
221
}}
222
className="schema-sidebar"
223
>
packages/cubejs-playground/src/index.less
@@ -16,3 +16,20 @@
16
background-color: #6D5AE5;
17
border-color: #6D5AE5;
18
}
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
35
0 commit comments