Skip to content

Commit d382c59

Browse files
authored
fix: explicitly set content-box on unavailable icon in Menu (#7572)
* fix: explicitly set content-box on unavailable icon in Menu * add to slot provider * remove spacing
1 parent 9d30e15 commit d382c59

File tree

1 file changed

+1
-0
lines changed
  • packages/@adobe/spectrum-css-temp/components/menu

1 file changed

+1
-0
lines changed

packages/@adobe/spectrum-css-temp/components/menu/index.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ governing permissions and limitations under the License.
222222
justify-self: end;
223223
align-self: flex-start;
224224
padding-inline-start: var(--spectrum-global-dimension-size-250);
225+
box-sizing: content-box;
225226
}
226227
.spectrum-Menu-icon {
227228
grid-area: icon;

0 commit comments

Comments
 (0)