File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ class Toolbar extends React.Component {
116
116
}
117
117
} }
118
118
>
119
- { this . props . project . name }
119
+ < span > { this . props . project . name } </ span >
120
120
{
121
121
this . canEditProjectName ( ) &&
122
122
< InlineSVG className = "toolbar__edit-name-button" src = { editProjectNameUrl } alt = "Edit Project Name" />
Original file line number Diff line number Diff line change 68
68
align-items : center ;
69
69
}
70
70
71
- .toolbar__autorefresh {
72
- display : flex ;
73
- align-items : center ;
74
- }
75
-
76
71
.toolbar__project-name-container {
77
72
@include themify () {
78
73
border-color : getThemifyVariable (' inactive-text-color' );
79
74
}
80
75
margin-left : #{10 / $base-font-size } rem;
81
76
padding-left : #{10 / $base-font-size } rem;
82
- height : 70% ;
83
77
display : flex ;
84
78
align-items : center ;
85
79
}
95
89
}
96
90
}
97
91
cursor : pointer ;
98
- line-height : #{18 / $base-font-size } rem;
92
+ display : flex ;
93
+ align-items : center ;
99
94
100
95
.toolbar__project-name-container--editing & {
101
96
display : none ;
156
151
display : inline-block ;
157
152
vertical-align : top ;
158
153
height : #{18 / $base-font-size } rem;
159
- margin-left : #{-4 / $base-font-size } rem;
160
154
& svg {
161
155
width : #{18 / $base-font-size } rem;
162
156
height : #{18 / $base-font-size } rem;
You can’t perform that action at this time.
0 commit comments