Skip to content

Commit

Permalink
fix: correct Menu left padding
Browse files Browse the repository at this point in the history
  • Loading branch information
lazd authored and GarthDB committed Dec 1, 2020
1 parent 2221e0a commit 1ea92ac
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,7 @@ governing permissions and limitations under the License.
padding: var(--spectrum-listitem-padding-y)
var(--spectrum-listitem-padding-right)
var(--spectrum-listitem-padding-y)
calc(
var(--spectrum-listitem-padding-left) -
var(--spectrum-listitem-focus-indicator-size)
);
var(--spectrum-listitem-padding-left);

margin: 0;

Expand Down

0 comments on commit 1ea92ac

Please sign in to comment.