Skip to content

Commit

Permalink
tracer: Tighten up text selectability
Browse files Browse the repository at this point in the history
So the UI feels more like an app and less like a document.
  • Loading branch information
oleavr committed Oct 17, 2024
1 parent 507b6e3 commit 3dbfd2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion apps/tracer/src/EventView.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
.event-list {
padding: 5px;
font-size: 12px;
user-select: text;
}

.event-heading {
margin-left: 89px;
user-select: text;
}

.event-summary .bp5-button {
padding-top: 7px;
white-space: pre;
user-select: text;
}

.event-details {
Expand Down Expand Up @@ -59,6 +60,7 @@
display: flex;
flex-direction: column;
gap: 4px;
user-select: text;
}

.event-details .bp5-button {
Expand Down
2 changes: 1 addition & 1 deletion apps/tracer/src/MemoryView.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
.memory-view {
overflow: auto;
font-size: 10px;
user-select: text;
}

.memory-view-toolbar {
Expand All @@ -13,6 +12,7 @@

.memory-view-data {
padding: 5px 7px;
user-select: text;
}

.memory-view .bp5-control-group .bp5-input {
Expand Down

0 comments on commit 3dbfd2e

Please sign in to comment.