Skip to content

Commit 3973a77

Browse files
authored
fix chevron in box-sizing: border-box (#5823)
1 parent 38834cb commit 3973a77

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
@@ -251,6 +251,7 @@ governing permissions and limitations under the License.
251251
justify-self: end;
252252
align-self: flex-start;
253253
padding-inline-start: var(--spectrum-global-dimension-size-300);
254+
box-sizing: content-box;
254255
}
255256

256257
.spectrum-Menu-wrapper {

0 commit comments

Comments
 (0)