Skip to content

Commit

Permalink
fix button layout
Browse files Browse the repository at this point in the history
Signed-off-by: Carita Ou <[email protected]>
  • Loading branch information
caritaou committed Aug 7, 2024
1 parent 2986903 commit 2159999
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class TitleEditor extends Component {
this.props.titleInfo.Title.actionIds().forEach((actionRef, idx) => {
const actionMetadata = this.props.controller.getAction({ name: actionRef });
const action = this.actionFactory.generateAction(`${actionRef}-${idx}`, actionMetadata);
actions.push(<div className="cds--css-grid-column cds--sm:col-span-4" key={`${actionRef}-${idx}`}>
actions.push(<div className="cds--css-grid-column cds--col-span-50" key={`${actionRef}-${idx}`}>
{action}
</div>);
});
Expand Down

0 comments on commit 2159999

Please sign in to comment.