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

[Bug]: SimpleCell. badgeAfterTitle уходит вправо, если указан пропс multiline #8102

Open
meowto16 opened this issue Dec 18, 2024 · 0 comments

Comments

@meowto16
Copy link
Contributor

Описание

У компонента SimpleCell, пропс badgeAfterTitle при указанном multiline={true} должен работать также, как и при multiline={false}. А именно - не уезжать направо.

Версия

7.0.0

В каких браузерах воспроизводится проблема?

Firefox, Chrome, Safari, Microsoft Edge

Шаги воспроизведения

  1. Берем SimpleCell
  2. Добавляем любую иконку в badgeAfterTitle
    2.1) Видим, что иконка находится рядом с children'ом
  3. Добавляем пропс multiline={true}
  4. Наблюдаем, как badgeAfterTitle уезжает направо из-за display:flex, justify-content: space-between правил

Ожидаемое поведение

badgeAfterTitle ведет себя также, как если пропс multiline не указан

Скриншоты

image
image

Пример с воспроизведением

https://codesandbox.io/p/sandbox/intelligent-hugle-77vqxq

@github-project-automation github-project-automation bot moved this to 🗃 Backlog in VKUI Dec 18, 2024
@andrey-medvedev-vk andrey-medvedev-vk moved this from 🗃 Backlog to 🔜 To do in VKUI Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🔜 To do
Development

No branches or pull requests

2 participants