We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/angular-abf6bb?file=src%2Fapp%2Fapp.template.html,src%2Fapp%2Fapp.component.ts,package.json&hideExplorer=1
tuiCell bottom and top margins are not equal
3.93.0
Chrome
macOS
The text was updated successfully, but these errors were encountered:
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>
Sorry, something went wrong.
CardLarge
Cell
Also need add to v3
mdlufy
Successfully merging a pull request may close this issue.
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
Taiga UI version
3.93.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: