Skip to content

Commit

Permalink
Remove inspector related styles
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelfangjw committed Jun 21, 2021
1 parent 5859e5a commit 6016643
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions src/styles/_workspace.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6016643

Please sign in to comment.