Files
remark42/web/app/components/comment/__info/comment__info.scss
T
Misha VyrtsevandIgor Adamenko 57ffa5d491 Show post title in user comments sidebar (#244)
* 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
2019-01-09 16:20:55 +02:00

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;
}