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);