Skip to content

Commit

Permalink
fix: added margin back for dividers in menu
Browse files Browse the repository at this point in the history
  • Loading branch information
GarthDB committed Apr 11, 2022
1 parent 5c901f1 commit e4feb9a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions components/menu/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,13 @@ governing permissions and limitations under the License.
}
}
}
.spectrum-Menu-divider {
overflow: visible;

inline-size: auto;
margin-block: calc(var(--spectrum-listitem-texticon-divider-padding) / 2);
margin-inline: var(--spectrum-listitem-texticon-padding-y);
}
}

.spectrum-Menu-checkmark {
Expand Down

0 comments on commit e4feb9a

Please sign in to comment.