Skip to content

Commit 78307f0

Browse files
committed
chore: should be able to copy commit text from history viewer commit detail pane in safari too
1 parent 430f6c1 commit 78307f0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/extensions/default/Git/styles/git-styles.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,6 @@
613613
}
614614
.commitBody {
615615
padding: 0 30px;
616-
user-select: text;
617616
}
618617
.commit-files {
619618
padding: 0 20px;

src/extensions/default/Git/templates/history-viewer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1 class="commit-title selectable-text"><span>{{commit.subject}}</span></h1>
3333
</div>
3434
</div>
3535
<div class="body">
36-
<div class="commitBody">{{{bodyMarkdown}}}</div>
36+
<div class="commitBody selectable-text">{{{bodyMarkdown}}}</div>
3737
<div class="table-striped tab-content">
3838
<div class="commit-files">
3939
<ul class="nav nav-tabs nav-stacked filesContainer"></ul>

0 commit comments

Comments
 (0)