Skip to content

Commit

Permalink
place padding at spec-preview not dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tintinthong committed Feb 5, 2025
1 parent 532521e commit 7da8755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ class SpecPreviewContent extends GlimmerComponent<ContentSignature> {
gap: var(--boxel-sp-sm);
height: 100%;
width: 100%;
padding: var(--boxel-sp-sm);
}
.create-spec-intent-message {
background-color: var(--boxel-200);
Expand All @@ -270,7 +271,6 @@ class SpecPreviewContent extends GlimmerComponent<ContentSignature> {
.spec-selector {
min-width: 40%;
align-self: flex-start;
padding: var(--boxel-sp-sm);
}
.spec-selector-item {
display: flex;
Expand Down

0 comments on commit 7da8755

Please sign in to comment.