Archived
2
0
Fork 0

Fix css for toot button when uploading images (#2161)

This commit is contained in:
Tomohiro Suwa 2017-04-20 02:21:23 +09:00 committed by Eugen
parent abe16a7026
commit 7832425fdd
2 changed files with 6 additions and 3 deletions

View file

@ -44,7 +44,10 @@ const Button = React.createClass({
cursor: 'pointer',
lineHeight: `${this.props.size}px`,
borderRadius: '4px',
textDecoration: 'none'
textDecoration: 'none',
whiteSpace: 'nowrap',
textOverflow: 'ellipsis',
overflow: 'hidden'
};
return (