Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(button): fix button margin for right aligned icons #173

Merged
merged 1 commit into from
Feb 1, 2021

Conversation

fynnfeldpausch
Copy link
Contributor

PR Checklist

Please check if your PR fulfills the following requirements:

  • The commit message follows Conventional Commits
  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Refactoring (no functional changes, no api changes)
  • Other... Please describe:

What is the current behavior?

Right aligned margins have wrong margin.

What is the new behavior?

Right aligned margins have correct margin.

Does this PR introduce a breaking change?

  • Yes
  • No

Other information

@waterplea waterplea merged commit a3f9ed5 into taiga-family:main Feb 1, 2021
@waterplea
Copy link
Collaborator

Please use package name as scope in commit messages next time ;)

fynnfeldpausch added a commit to mindsmash/taiga-ui that referenced this pull request Feb 4, 2021
* main: (29 commits)
  feat(i18n): add Dutch with 100% support (taiga-family#206)
  chore(i18n): add Turkish to exports
  feat(i18n): add Turkish with 100% support (taiga-family#200)
  chore(demo): fix import sample
  chore(changelog): fix incorrect generated logs
  chore(release): 2.4.0
  chore(docs): update styles on getting-started
  feat(core): add scss mixin support (taiga-family#165)
  chore(i18n): add german to exports
  feat(i18n): Add german localisation (taiga-family#198)
  fix(core): `Button` fix margin for right aligned icons (taiga-family#173)
  chore(demo): fix dark theme landing
  feat(i18n): add Spanish with 100% support (taiga-family#191)
  fix(button): fix button loader size for XL (taiga-family#174)
  feat(kit): use lazy loading strategy in avatar component (taiga-family#185)
  chore(demo): fix typo
  chore(demo): fix customization examples
  chore(changelog): fix incorrect generated logs
  chore(release): 2.3.0
  fix(core): `Svg` properly use Angular `Sanitizer` (taiga-family#170)
  ...

# Conflicts:
#	projects/core/components/button/button.style.less
#	projects/core/components/hints-host/hint-box/hint-box.style.less
#	projects/core/components/notification/notification.style.less
#	projects/core/components/primitive-checkbox/primitive-checkbox.style.less
#	projects/core/styles/theme/variables.less
#	projects/demo/src/modules/app/home/home.template.html
#	projects/kit/components/accordion/accordion-item/accordion-item.style.less
#	projects/kit/components/input-count/input-count.style.less
#	projects/kit/components/input-tag/input-tag.style.less
#	projects/kit/components/tag/tag.style.less
@vladimirpotekhin vladimirpotekhin linked an issue Feb 15, 2022 that may be closed by this pull request
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

🐞 - Wrong margins for arrow icon in button component
2 participants