Skip to content

Commit

Permalink
allow text select in WatchPanel
Browse files Browse the repository at this point in the history
  • Loading branch information
mvladic committed May 2, 2022
1 parent 57b0aac commit c14a8a1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/eez-studio-ui/_stylesheets/app.less
Original file line number Diff line number Diff line change
Expand Up @@ -3354,11 +3354,19 @@ button.EezStudio_Action {
}

.EezStudio_DebuggerVariablesTable {
* {
user-select: text;
}
height: 100%;
overflow: auto;
table {
table-layout: fixed;
//border-collapse: separate !important;

.colValue {
overflow-x: auto;
text-overflow: unset;
}
}
}

Expand Down

0 comments on commit c14a8a1

Please sign in to comment.