committed by
Jaco Greeff
parent
0e14738147
commit
f7259c26d1
@@ -16,6 +16,9 @@
|
||||
*/
|
||||
.byline {
|
||||
color: #aaa;
|
||||
text-overflow: ellipsis;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.title {
|
||||
|
||||
@@ -40,7 +40,7 @@ export default class Title extends Component {
|
||||
{ this.props.title }
|
||||
</h3>
|
||||
<div className={ styles.byline }>
|
||||
{ this.props.byline }
|
||||
<span title={ this.props.byline }>{ this.props.byline }</span>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user