PLT-3916 - Fixing flag icon position in the RHS (#3898)

Этот коммит содержится в:
Asaad Mahmood
2016-08-30 16:47:41 +05:00
коммит произвёл Joram Wilander
родитель 85f8b90aeb
Коммит 968df8c186
3 изменённых файлов: 7 добавлений и 3 удалений

Просмотреть файл

@@ -392,7 +392,7 @@ export default class RhsComment extends React.Component {
<FormattedDate <FormattedDate
value={post.create_at} value={post.create_at}
day='numeric' day='numeric'
month='long' month='short'
year='numeric' year='numeric'
hour12={!this.props.useMilitaryTime} hour12={!this.props.useMilitaryTime}
hour='2-digit' hour='2-digit'

Просмотреть файл

@@ -359,7 +359,7 @@ export default class RhsRootPost extends React.Component {
<FormattedDate <FormattedDate
value={post.create_at} value={post.create_at}
day='numeric' day='numeric'
month='long' month='short'
year='numeric' year='numeric'
hour12={!this.props.useMilitaryTime} hour12={!this.props.useMilitaryTime}
hour='2-digit' hour='2-digit'

Просмотреть файл

@@ -40,9 +40,13 @@
.post__header { .post__header {
.col__name { .col__name {
.user-popover { .user-popover {
max-width: 130px; max-width: 120px;
} }
} }
.flag-icon__container {
z-index: 5;
}
} }
} }