-
Notifications
You must be signed in to change notification settings - Fork 186
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(Link): rm margin from icon #7579
Conversation
Удаляем `margin`, т.к.: - сейчас расчёт такой, что иконка всегда после текста, а она может быть перед текстом; - обычный пробел сам по себе и так компенсирует отступ, чтобы текст и иконка не слипались; - по прошедшим e2e тестам видно, что `margin` не нужен.
size-limit report 📦
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
e2e tests |
👀 Docs deployed
Commit a8dd31a |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #7579 +/- ##
=======================================
Coverage 95.21% 95.21%
=======================================
Files 384 384
Lines 11345 11345
Branches 3720 3720
=======================================
Hits 10802 10802
Misses 543 543
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Описание
Удаляем
margin
, т.к.:margin
не нужен.Изменения
Заменил в доках обычный пробел на
&npsp;
, т.к. логичнее использовать его, чтобы иконка не переносилась без текста.Скриншот
Release notes
Исправления
4px
, который выставлялся иконке. Был расчёт, что иконка всегда справа, но она может быть и слева, в этом раскладе появлялся ненужный отступ слева. Было решено отдать пользователю управлять отступами. Поэтому, если вам требуется отступ, используйте неразрывный пробел:либо через HTML-код
,