Skip to content

Commit

Permalink
fix: content padding removed after inserting theme in headercontainer (
Browse files Browse the repository at this point in the history
…#15998)

* fix: content padding removed after inserting theme in headercontainer

* chore(yarn): run dedupe

---------

Co-authored-by: TJ Egan <tw15egan@gmail.com>
  • Loading branch information
preetibansalui and tw15egan committed Mar 19, 2024
1 parent 6d409a7 commit 4042f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Expand Up @@ -19,7 +19,8 @@
will-change: margin-left;
}

.#{$prefix}--header ~ .#{$prefix}--content {
.#{$prefix}--header ~ .#{$prefix}--content,
div:has(.#{$prefix}--header) ~ .#{$prefix}--content {
margin-block-start: mini-units(6);
}

Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Expand Up @@ -7789,7 +7789,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:5.59.6, @typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0":
"@typescript-eslint/utils@npm:5.59.6":
version: 5.59.6
resolution: "@typescript-eslint/utils@npm:5.59.6"
dependencies:
Expand All @@ -7807,7 +7807,7 @@ __metadata:
languageName: node
linkType: hard

"@typescript-eslint/utils@npm:^5.62.0":
"@typescript-eslint/utils@npm:^5.10.0, @typescript-eslint/utils@npm:^5.58.0, @typescript-eslint/utils@npm:^5.62.0":
version: 5.62.0
resolution: "@typescript-eslint/utils@npm:5.62.0"
dependencies:
Expand Down

0 comments on commit 4042f5f

Please sign in to comment.