mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-08 22:45:45 +01:00
fixed right pulling of actionbutton and changed subtitle headline for validator purpose
This commit is contained in:
@@ -25,8 +25,10 @@ class Page extends React.Component<Props> {
|
||||
<Title title={title} />
|
||||
<Subtitle subtitle={subtitle} />
|
||||
</div>
|
||||
<div className="column is-two-fifths is-pulled-right">
|
||||
<div className="column is-two-fifths">
|
||||
<div className="is-pulled-right">
|
||||
{this.renderPageActions()}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<ErrorNotification error={error} />
|
||||
|
||||
Reference in New Issue
Block a user