Skip to content

Commit

Permalink
feat(message): support RTL (#1034)
Browse files Browse the repository at this point in the history
  • Loading branch information
emoralesb05 authored Dec 15, 2017
1 parent cff2b7a commit e006105
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions src/platform/core/message/message.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@
align-content: center;
max-width: 100%;
justify-content: start;
.td-message-icon {
margin-right: 16px;
}
.td-message-labels {
// [flex]
flex: 1;
}
}
}

.td-message-icon {
margin-right: 16px;
::ng-deep [dir='rtl'] & {
margin-left: 16px;
margin-right: 0;
}
}

0 comments on commit e006105

Please sign in to comment.