* show post title in user comments sidebar #241
* trim title with ellipsis
* show post title in user comments sidebar #241: post-review
* adjust to make user comments post title the same as last comments widget style
* remove user comments post title margin
* revert to f35ecc75b0
11 lines
185 B
SCSS
11 lines
185 B
SCSS
.comment__info {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
margin-bottom: 6px;
|
|
padding-right: 84px;
|
|
font-size: 14px;
|
|
line-height: 16px;
|
|
position: relative;
|
|
}
|