Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
[terra-button] Left alignment for button text that wraps.
Browse files Browse the repository at this point in the history
  • Loading branch information
cm9361 committed Apr 3, 2024
1 parent 0d4b47e commit 96c26bd
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/terra-button/tests/wdio/button-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ Terra.describeViewports('Button', ['tiny'], () => {
$('#root').moveTo();

Terra.validates.element('long text', { selector: '#long-text' });
Terra.validates.element('long text left aligned', { selector: '#long-text-left-block' });
});

it('displays Button with left aligned text', () => {
Expand Down

0 comments on commit 96c26bd

Please sign in to comment.