You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the design cardLarge is used with header and in the design indents are counted blockwise, but in the current implementation because of the negative margin of header there is an incorrect calculation of the height of the block and from this the design rides.
Briefly the problem:
The indentation at the top does not match because the height of the header is calculated by the baseline, not by the whole block. I have to add 6px to the section to get to the dimensions, this happens because of the -6px margin-bottom of the header
Reproduction url
https://taiga-ui.dev/layout/card-large
Description
In the design cardLarge is used with header and in the design indents are counted blockwise, but in the current implementation because of the negative margin of header there is an incorrect calculation of the height of the block and from this the design rides.
Briefly the problem:
The indentation at the top does not match because the height of the header is calculated by the baseline, not by the whole block. I have to add 6px to the section to get to the dimensions, this happens because of the -6px margin-bottom of the header
Steps:
Taiga UI version
3.96.0
Browser Used
Chrome
OS Used
macOS
The text was updated successfully, but these errors were encountered: