revert the changes impacting query editor and profiler editor (#9842)

* add the panel top border back

* more changes

* min-width and line height
This commit is contained in:
Alan Ren
2020-04-02 21:35:18 -07:00
committed by GitHub
parent ce12bae00f
commit 589de854d5
2 changed files with 28 additions and 7 deletions

View File

@@ -8,6 +8,10 @@
height: 100%;
}
.tabbedpanel-component .tabbedPanel {
border-top-width: 0px;
}
.tabbedpanel-component .tabbedPanel .tabContainer {
border-style: solid;
border-color: rgb(237, 235, 233);