Skip to content

Commit

Permalink
fix: tailwindcss style pollution
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed May 30, 2022
1 parent 43f9280 commit 259fbd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
height: calc(100vh - var(--NAVBAR_HEIGHT) - 88px);
.ant-tree-switcher {
width: 12px;
line-height: 24px;
}
.ant-tree-indent-unit {
width: 8px;
Expand Down
6 changes: 6 additions & 0 deletions src/workbench/browser/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ body {
--FOOTER_HEIGHT: 0px;
// --FOOTER_HEIGHT: 30px;
}

img, svg, video, canvas, audio, iframe, embed, object {
display: unset;
vertical-align: unset;
}

.api_test_history_list {
.method_label {
padding: 1px 3px;
Expand Down

0 comments on commit 259fbd0

Please sign in to comment.