Skip to content

Commit

Permalink
fix: explicitly set content-box on unavailable icon in Menu (#7572)
Browse files Browse the repository at this point in the history
* fix: explicitly set content-box on unavailable icon in Menu

* add to slot provider

* remove spacing
  • Loading branch information
yihuiliao authored Jan 8, 2025
1 parent 9d30e15 commit d382c59
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ governing permissions and limitations under the License.
justify-self: end;
align-self: flex-start;
padding-inline-start: var(--spectrum-global-dimension-size-250);
box-sizing: content-box;
}
.spectrum-Menu-icon {
grid-area: icon;
Expand Down

1 comment on commit d382c59

@rspbot
Copy link

@rspbot rspbot commented on d382c59 Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.