layout
This commit is contained in:
parent
5dfc296761
commit
e20507a11d
|
@ -96,7 +96,7 @@ export class TitleBar extends React.Component<Props, State> {
|
|||
|
||||
public render(): JSX.Element {
|
||||
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' }} >
|
||||
<Header as='h3'>{this.showTitle()}
|
||||
<Header.Subheader>
|
||||
|
|
Loading…
Reference in New Issue
Block a user