Fix bug (bug 60032)

This commit is contained in:
Alexei Koshelev 2022-12-22 14:24:20 +03:00
parent 7fc21ceb52
commit b5992ac29b
2 changed files with 2 additions and 0 deletions

View file

@ -4,6 +4,7 @@
width: 100%;
height: 100%;
border-collapse: collapse;
user-select: auto;
> div {
display: table-row;

View file

@ -162,6 +162,7 @@
.user-comment-item {
position: relative;
padding: 0px 20px 10px 20px;
user-select: auto;
}
.user-name {