File tree Expand file tree Collapse file tree 3 files changed +17
-18
lines changed
src/internal-plugins/ssh-tunnel-status Expand file tree Collapse file tree 3 files changed +17
-18
lines changed Original file line number Diff line number Diff line change 140140 "@mongodb-js/compass-auth-kerberos" : " ^0.0.2" ,
141141 "@mongodb-js/compass-auth-ldap" : " ^0.0.2" ,
142142 "@mongodb-js/compass-auth-x509" : " ^0.0.3" ,
143- "@mongodb-js/compass-connect" : " ^0.0.8 " ,
143+ "@mongodb-js/compass-connect" : " ^0.1.0 " ,
144144 "@mongodb-js/compass-crud" : " 0.7.1" ,
145145 "@mongodb-js/compass-deployment-awareness" : " ^5.0.0" ,
146146 "@mongodb-js/compass-document-validation" : " ^5.0.0" ,
200200 "marky" : " ^1.2.0" ,
201201 "moment" : " ^2.10.6" ,
202202 "mongodb-collection-model" : " ^0.4.0" ,
203- "mongodb-connection-model" : " ^10.4.0 " ,
204- "mongodb-data-service" : " ^8.2 .0" ,
203+ "mongodb-connection-model" : " ^10.4.1 " ,
204+ "mongodb-data-service" : " ^8.3 .0" ,
205205 "mongodb-database-model" : " ^0.1.2" ,
206206 "mongodb-explain-plan-model" : " ^0.2.2" ,
207207 "mongodb-extended-json" : " ^1.10.0" ,
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ class SSHTunnelStatusComponent extends React.Component {
2222 onMouseOver = { this . props . actions . showFullHostPort }
2323 onMouseOut = { this . props . actions . showTruncatedHostPort } >
2424 < FontAwesome name = "lock" className = "ssh-tunnel-status-icon ssh-tunnel-status-icon-lock" />
25- < span className = "ssh-tunnel-status-label" >
26- < span className = "ssh-tunnel-status-label-is-static" >
25+ < div className = "ssh-tunnel-status-label" >
26+ < div className = "ssh-tunnel-status-label-is-static" >
2727 SSH connection via
28- </ span >
29- < span className = "ssh-tunnel-status-hostportstring" >
28+ </ div >
29+ < div className = "ssh-tunnel-status-hostportstring" >
3030 { this . props . sshTunnelHostPortString }
31- </ span >
32- </ span >
31+ </ div >
32+ </ div >
3333 </ div >
3434 ) ;
3535 }
Original file line number Diff line number Diff line change 11.ssh-tunnel-status {
2+ margin-left : 10px ;
3+ display : flex ;
4+ flex-direction : row ;
5+ align-items : center ;
26
37 &-icon {
48 &-lock { font-size : 12px ; }
1014 flex-grow : 0 ;
1115 flex-shrink : 0 ;
1216 text-align : right ;
13- padding-top : 5px ;
1417 }
1518
1619 &-label {
1720 color : @gray0 ;
18- flex-basis : auto ;
19- flex-grow : 0 ;
20- flex-shrink : 0 ;
21- font-size : 14px ;
22- line-height : 1 ;
23- padding-top : 3px ;
24- padding-bottom : 8px ;
25- padding-right : 20px ;
21+ font-size : 12px ;
22+ display : flex ;
23+ flex-direction : row ;
24+ align-items : center ;
2625
2726 &-is-static {
2827 font-size : 11px ;
You can’t perform that action at this time.
0 commit comments