File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -334,28 +334,20 @@ td .commit-summary {
334
334
display : flex;
335
335
gap : 0.5em ;
336
336
margin-bottom : 8px ;
337
- min-height : 40 px ; /* avoid layout shift on edit */
337
+ min-height : 36 px ; /* avoid layout shift on edit */
338
338
}
339
339
340
340
.repository .view .issue .issue-title h1 {
341
341
flex : 1 ;
342
342
width : 100% ;
343
343
font-weight : var (--font-weight-normal );
344
344
font-size : 32px ;
345
- line-height : 40 px ;
345
+ line-height : 36 px ; /* vertically center single-line text with .issue-title-buttons */
346
346
margin : 0 ;
347
347
padding-right : 0.25rem ;
348
348
overflow-wrap : anywhere;
349
349
}
350
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
- }
358
-
359
351
@media (max-width : 767.98px ) {
360
352
.repository .view .issue .issue-title {
361
353
flex-direction : column;
You can’t perform that action at this time.
0 commit comments