mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
Minor adjustments to align header, removed cancel icon and give space to main actions
This commit is contained in:
parent
778ed1257d
commit
bbf74bdca9
@ -35,7 +35,7 @@ class Form extends SilverStripeComponent {
|
||||
}
|
||||
|
||||
{actions &&
|
||||
<div className="actions-fix-btm">
|
||||
<div className="btn-toolbar">
|
||||
<div role="group">
|
||||
{actions}
|
||||
</div>
|
||||
|
@ -336,7 +336,6 @@ export class FormBuilderComponent extends SilverStripeComponent {
|
||||
props = deepFreeze(Object.assign({}, {
|
||||
type: 'button',
|
||||
label: props.title,
|
||||
icon: 'cancel',
|
||||
}, props));
|
||||
break;
|
||||
default:
|
||||
|
@ -150,7 +150,7 @@ class CampaignAdmin extends SilverStripeComponent {
|
||||
<div className="cms-campaigns collapse in" aria-expanded="true">
|
||||
<Toolbar showBackButton>
|
||||
<div className="breadcrumb breadcrumb--current-only">
|
||||
<h2 className="text-truncate toolbar__heading">Campaigns</h2>
|
||||
<h2 className="text-truncate breadcrumb__item-title--last">Campaigns</h2>
|
||||
</div>
|
||||
</Toolbar>
|
||||
<FormBuilder {...formBuilderProps} />
|
||||
|
Loading…
x
Reference in New Issue
Block a user