-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: button text alignment, excess button markup & space (#271)
* fix(tup-cms): button text alignment (edge cases) The `<span>` inside <Button> is unnecessary and causes alignment bugs. This change removes some code meant to fix an alignment issue.* * I could not see alignment issue. Regardless, the <span> is gone. * test: button text match
- Loading branch information
1 parent
cdd8845
commit 1e19cc5
Showing
3 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters