Skip to content

Commit

Permalink
chore: should be able to copy commit text from history viewer commit …
Browse files Browse the repository at this point in the history
…detail pane in safari too
  • Loading branch information
abose committed Jan 18, 2025
1 parent 430f6c1 commit 78307f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/extensions/default/Git/styles/git-styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,6 @@
}
.commitBody {
padding: 0 30px;
user-select: text;
}
.commit-files {
padding: 0 20px;
Expand Down
2 changes: 1 addition & 1 deletion src/extensions/default/Git/templates/history-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1 class="commit-title selectable-text"><span>{{commit.subject}}</span></h1>
</div>
</div>
<div class="body">
<div class="commitBody">{{{bodyMarkdown}}}</div>
<div class="commitBody selectable-text">{{{bodyMarkdown}}}</div>
<div class="table-striped tab-content">
<div class="commit-files">
<ul class="nav nav-tabs nav-stacked filesContainer"></ul>
Expand Down

0 comments on commit 78307f0

Please sign in to comment.