Skip to content

Commit

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

Co-authored-by: Железняк Федор <[email protected]>
  • Loading branch information
Zheleznyak-F and Железняк Федор authored Nov 13, 2024
1 parent 3831c5e commit e86afea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion projects/addon-mobile/styles/common/block-status.less
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
tui-block-status {
padding: 2rem;

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tui-block-status {
padding: 2rem;
}

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

Expand Down Expand Up @@ -79,7 +79,7 @@ tui-block-status {
margin-bottom: 1.5rem;
}

.t-block-image {
.t-block-image:not(:empty) {
margin-bottom: 1.5rem;
}
}
Expand Down

0 comments on commit e86afea

Please sign in to comment.