Skip to content

Commit 879f0fe

Browse files
author
Victor George
committed
various fixed
1 parent 177dda1 commit 879f0fe

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

src/components/Grid/GridView.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,12 @@
245245
}
246246

247247
.user-block {
248+
white-space: nowrap;
249+
248250
.txt-box span {
249251
font-weight: normal;
250252
}
253+
251254
.linnk-black {
252255
white-space: nowrap;
253256
text-overflow: ellipsis;

src/components/TopBar/TopBar.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ import React, {PropTypes, Component} from 'react'
44
import { Link } from 'react-router'
55
import cn from 'classnames'
66
import { UserDropdown, Icons } from 'appirio-tech-react-components'
7-
const { ConnectLogo } = Icons
7+
8+
const { ConnectLogoBeta } = Icons
89
import { SearchBar } from 'appirio-tech-react-components'
910
import Filters from './Filters'
1011
import ProjectToolBar from './ProjectToolBar'
@@ -65,7 +66,7 @@ class TopBar extends Component {
6566
]
6667
const logo = (
6768
<div className="logo-wrapper">
68-
<Link className="logo" to={logoTargetUrl}><ConnectLogo width={60}/></Link>
69+
<Link className="logo" to={logoTargetUrl}><ConnectLogoBeta /></Link>
6970
</div>
7071
)
7172
const avatar = (

src/components/TopBar/TopBar.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ $tc-body-large : 20px;
3737
display: inline-block;
3838
position: relative;
3939
margin-top: 12px;
40-
width: 60px;
41-
height: 36px;
40+
// width: 60px;
41+
// height: 36px;
4242
}
4343
}
4444

0 commit comments

Comments
 (0)