We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 430f6c1 commit 78307f0Copy full SHA for 78307f0
src/extensions/default/Git/styles/git-styles.less
@@ -613,7 +613,6 @@
613
}
614
.commitBody {
615
padding: 0 30px;
616
- user-select: text;
617
618
.commit-files {
619
padding: 0 20px;
src/extensions/default/Git/templates/history-viewer.html
@@ -33,7 +33,7 @@ <h1 class="commit-title selectable-text"><span>{{commit.subject}}</span></h1>
33
</div>
34
35
<div class="body">
36
- <div class="commitBody">{{{bodyMarkdown}}}</div>
+ <div class="commitBody selectable-text">{{{bodyMarkdown}}}</div>
37
<div class="table-striped tab-content">
38
<div class="commit-files">
39
<ul class="nav nav-tabs nav-stacked filesContainer"></ul>
0 commit comments