We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 369931e commit 5ef3084Copy full SHA for 5ef3084
src/lib/core/style/_menu-common.scss
@@ -32,13 +32,17 @@ $mat-menu-side-padding: 16px !default;
32
33
font-size: $mat-menu-font-size;
34
font-family: $mat-font-family;
35
- text-align: start;
+ text-align: left;
36
text-decoration: none; // necessary to reset anchor tags
37
38
&[disabled] {
39
cursor: default;
40
}
41
42
+ [dir='rtl'] & {
43
+ text-align: right;
44
+ }
45
+
46
.mat-icon {
47
margin-right: 16px;
48
0 commit comments