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 f37f7e3 commit 7893b92Copy full SHA for 7893b92
web_src/css/repo.css
@@ -342,16 +342,12 @@ td .commit-summary {
342
width: 100%;
343
font-weight: var(--font-weight-normal);
344
font-size: 32px;
345
- line-height: 40px;
+ line-height: 36px; /* vertically center text with the .issue-title-buttons. */
346
margin: 0;
347
padding-right: 0.25rem;
348
overflow-wrap: anywhere;
349
}
350
351
-.repository.view.issue .issue-title#issue-title-display .issue-title-buttons {
352
- margin-top: 4px; /* the title's height is 40px, fine tune to align the buttons */
353
-}
354
-
355
.repository.view.issue .issue-title#issue-title-editor {
356
padding-top: 4px;
357
0 commit comments