Skip to content

Commit

Permalink
fix: correct Menu icon gap
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd authored and GarthDB committed Dec 1, 2020
1 parent 6fbc452 commit e68bc31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ governing permissions and limitations under the License.

.spectrum-Icon + .spectrum-Menu-itemLabel,
.spectrum-Menu-itemIcon + .spectrum-Menu-itemLabel {
margin-inline-start: var(--spectrum-listitem-thumbnail-padding-left);
margin-inline-start: var(--spectrum-listitem-icon-gap);

inline-size: calc(
100% - var(--spectrum-icon-checkmark-medium-width) -
Expand Down

0 comments on commit e68bc31

Please sign in to comment.