Skip to content

Commit

Permalink
Date/Time picker: ensure hour/minute fields are always shown left to …
Browse files Browse the repository at this point in the history
…right (#16375)
  • Loading branch information
Adam Silverstein authored and youknowriad committed Jul 26, 2019
1 parent 2e43198 commit 45c3169
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/components/src/date-time/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@

.components-datetime__time-field {

&-time {
/*rtl:ignore*/
direction: ltr;
}


&.am-pm button {
font-size: 11px;
font-weight: 600;
Expand Down

0 comments on commit 45c3169

Please sign in to comment.