Updated Comment component paddings to be more compact

• Updated:
- Comment component paddings to be more compact
This commit is contained in:
mgabdev 2021-01-05 11:34:51 -05:00
parent 59384a300b
commit b62b1166dc
1 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ class Comment extends ImmutablePureComponent {
const containerClasses = CX({
d: 1,
px15: 1,
py5: !isDetached,
pt5: !isDetached,
pt10: isDetached,
pb5: isDetached,
borderBottom1PX: isDetached,
@ -166,7 +166,7 @@ class Comment extends ImmutablePureComponent {
))}
</div>
}
<div className={[_s.d, _s.mb10].join(' ')} style={style}>
<div className={[_s.d, _s.mb5].join(' ')} style={style}>
<div className={[_s.d, _s.flexRow].join(' ')}>
<NavLink