Skip to content

Commit

Permalink
fix save and switch button text overflowing for accessibility
Browse files Browse the repository at this point in the history
  • Loading branch information
imatiach-msft committed Dec 4, 2023
1 parent 85d6373 commit d21f319
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export class CohortEditor extends React.PureComponent<
private renderFooter = (): JSX.Element => {
const styles = cohortEditorStyles();
return (
<Stack horizontal tokens={{ childrenGap: "l1", padding: "l1" }}>
<Stack horizontal tokens={{ childrenGap: "s1", padding: "s1" }}>
{!this.props.isNewCohort && !this.props.disableEditName && (
<DefaultButton
disabled={this.props.deleteIsDisabled}
Expand Down

0 comments on commit d21f319

Please sign in to comment.