From 6016643df94fd2d01a4174c32dd9cd35c7ea2574 Mon Sep 17 00:00:00 2001 From: Samuel Fang Date: Mon, 21 Jun 2021 19:08:11 +0800 Subject: [PATCH] Remove inspector related styles --- src/styles/_workspace.scss | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/src/styles/_workspace.scss b/src/styles/_workspace.scss index 82a65c1552..3eb2a528a9 100755 --- a/src/styles/_workspace.scss +++ b/src/styles/_workspace.scss @@ -377,32 +377,6 @@ $code-color-error: #ff4444; } } - ##{$ns}-tab-panel_side-content-tabs_inspector { - overflow: hidden; - .inspect-scope-table { - width: 100%; - white-space: nowrap; - table-layout: fixed; - - tbody { - .inspect-table-obj-name { - width: 20%; - overflow: hidden; - text-overflow: ellipsis; - } - - .inspect-table-obj-details { - display: block; - code { - overflow: hidden; - text-overflow: ellipsis; - display: block; - } - } - } - } - } - // Specific CSS for the Stepper tab, since REPL is hidden ##{$ns}-tab-panel_side-content-tabs_subst_visualiser { height: calc(100% - 60px);