PLT-3916 - Fixing flag icon position in the RHS (#3898)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
85f8b90aeb
Коммит
968df8c186
@@ -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;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user