Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
user-select: none; /* currently supported by Chrome, Edge, Opera and Firefox */
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
*/
height: 100%;
flex: 1;
user-select: none; /* currently supported by Chrome, Edge, Opera and Firefox */
}

/* IconButton styles for chevron */
Expand Down
Loading