Skip to content

Commit

Permalink
fix(layout): tui-block-status remove margins for empty t-block-image (#…
Browse files Browse the repository at this point in the history
…9742)

Co-authored-by: Железняк Федор <f.zheleznyak@tinkoff.ru>
  • Loading branch information
Zheleznyak-F and Железняк Федор authored Nov 13, 2024
1 parent 446e2ea commit 7f742f4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ tui-block-status {
tui-root._mobile & {
padding: 1.25rem;

& .t-block-image {
& .t-block-image:not(:empty) {
margin-top: 0.75rem;
}
}
}

.t-block-image {
.t-block-image:not(:empty) {
margin-bottom: 2rem;

tui-root._mobile & {
Expand Down

0 comments on commit 7f742f4

Please sign in to comment.