diff --git a/src/lib/core/style/_menu-common.scss b/src/lib/core/style/_menu-common.scss index 2c97fefb2d6b..d26821c7f242 100644 --- a/src/lib/core/style/_menu-common.scss +++ b/src/lib/core/style/_menu-common.scss @@ -32,13 +32,17 @@ $mat-menu-side-padding: 16px !default; font-size: $mat-menu-font-size; font-family: $mat-font-family; - text-align: start; + text-align: left; text-decoration: none; // necessary to reset anchor tags &[disabled] { cursor: default; } + [dir='rtl'] & { + text-align: right; + } + .mat-icon { margin-right: 16px;