Skip to content

Commit f9d3757

Browse files
crisbetojosephperrott
authored andcommitted
chore(autocomplete): fix image spacing on overview example (#12286)
1 parent ba134f4 commit f9d3757

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/material-examples/autocomplete-overview/autocomplete-overview-example.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@
1010

1111
.example-option-img {
1212
vertical-align: middle;
13+
margin-right: 8px;
14+
}
15+
16+
[dir='rtl'] .example-option-img {
17+
margin-right: 0;
18+
margin-left: 8px;
1319
}

0 commit comments

Comments
 (0)