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 1922d1e commit c03657dCopy full SHA for c03657d
webviews/editorWebview/index.css
@@ -737,6 +737,10 @@ small-button {
737
white-space: nowrap;
738
}
739
740
+.commit .commit-message a.message {
741
+ cursor: pointer;
742
+}
743
+
744
.timeline-detail {
745
display: flex;
746
align-items: center;
@@ -747,6 +751,7 @@ small-button {
747
751
min-width: 50px;
748
752
font-family: var(--vscode-editor-font-family);
749
753
margin-bottom: -2px;
754
750
755
756
757
.merged .merged-message .message,
0 commit comments