This commit is contained in:
sunny 2017-07-27 16:25:28 +09:00
parent 5dfc296761
commit e20507a11d

View File

@ -96,7 +96,7 @@ export class TitleBar extends React.Component<Props, State> {
public render(): JSX.Element { public render(): JSX.Element {
return ( return (
<Menu fluid style={{ 'borderLeft': '0px', 'borderRight': '0px', 'boxShadow': 'none', 'borderRadius': '0' }} pointing> <Menu fluid style={{ borderLeft: '0px', borderRight: '0px', boxShadow: 'none', borderRadius: '0', marginTop:'0'}} pointing>
<Menu.Item style={{ width: '250px' }} > <Menu.Item style={{ width: '250px' }} >
<Header as='h3'>{this.showTitle()} <Header as='h3'>{this.showTitle()}
<Header.Subheader> <Header.Subheader>