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 {
334334 display : flex;
335335 gap : 0.5em ;
336336 margin-bottom : 8px ;
337- min-height : 40 px ; /* avoid layout shift on edit */
337+ min-height : 36 px ; /* avoid layout shift on edit */
338338}
339339
340340.repository .view .issue .issue-title h1 {
341341 flex : 1 ;
342342 width : 100% ;
343343 font-weight : var (--font-weight-normal );
344344 font-size : 32px ;
345- line-height : 40 px ;
345+ line-height : 36 px ; /* vertically center single-line text with .issue-title-buttons */
346346 margin : 0 ;
347347 padding-right : 0.25rem ;
348348 overflow-wrap : anywhere;
349349}
350350
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-
359351@media (max-width : 767.98px ) {
360352 .repository .view .issue .issue-title {
361353 flex-direction : column;
You can’t perform that action at this time.
0 commit comments