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

🐞 - tuiCell bottom and top margins are not equal #9077

Closed
MSonini opened this issue Sep 18, 2024 · 2 comments · Fixed by #9114
Closed

🐞 - tuiCell bottom and top margins are not equal #9077

MSonini opened this issue Sep 18, 2024 · 2 comments · Fixed by #9114
Assignees
Labels
v3 v4 4.0 candidate

Comments

@MSonini
Copy link

MSonini commented Sep 18, 2024

Code Example URL

https://stackblitz.com/edit/angular-abf6bb?file=src%2Fapp%2Fapp.template.html,src%2Fapp%2Fapp.component.ts,package.json&hideExplorer=1

Description

tuiCell bottom and top margins are not equal
image

Taiga UI version

3.93.0

Browser Used

Chrome

OS Used

macOS

@waterplea
Copy link
Collaborator

Working by design, this is for cards with headings and multiple cells. For one cell shown as card put it on the same tag:

<div tuiCardLarge tuiCell tuiSurface="elevated" class="requisities">
  <tui-avatar class="icon" src="tuiIconHeartLarge" />
  <div tuiTitle tuiFade>
    <div tuiSubtitle>Some Text</div>
    <div class="address" automation-id="address">Some Text</div>
  </div>
</div>

@waterplea waterplea closed this as not planned Won't fix, can't repro, duplicate, stale Sep 18, 2024
@waterplea waterplea reopened this Sep 19, 2024
@mdlufy mdlufy reopened this Sep 23, 2024
@mdlufy mdlufy added v3 v4 4.0 candidate labels Sep 23, 2024
@mdlufy
Copy link
Collaborator

mdlufy commented Sep 23, 2024

Also need add to v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
v3 v4 4.0 candidate
Development

Successfully merging a pull request may close this issue.

3 participants