fix reply button layout and mention names

pull/1/head
David Benqué 2020-04-30 16:01:40 +01:00
parent 933adcce61
commit c381c614ba
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 0px 3px;
}
&.cp-mentions-clickable {
outline: none;

View File

@ -84,7 +84,7 @@ body.cp-app-pad {
}
#cp-app-pad-comments {
order: 3;
width: 300px;
width: 330px;
//background-color: white;
margin: 0px 20px;
.comments_main();