File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ var MainPanelView = (function (_super) {
65
65
} ) ;
66
66
_this . span ( {
67
67
class : 'layout horizontal atomts-panel-header' ,
68
- style : 'align-items: center; flex: 1 1 auto'
68
+ style : 'align-items: center; flex: 1 1 auto; line-height: 24px; '
69
69
} , function ( ) {
70
70
_this . div ( {
71
71
style : 'cursor: pointer;' ,
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ export class MainPanelView extends view.View<any> {
78
78
79
79
this . span ( {
80
80
class : 'layout horizontal atomts-panel-header' ,
81
- style : 'align-items: center; flex: 1 1 auto'
81
+ style : 'align-items: center; flex: 1 1 auto; line-height: 24px;' // Line height is equal to height of github loading icon
82
82
} , ( ) => {
83
83
this . div ( {
84
84
style : 'cursor: pointer;' ,
You can’t perform that action at this time.
0 commit comments