Fix bug (bug 60032)
This commit is contained in:
parent
7fc21ceb52
commit
b5992ac29b
|
@ -4,6 +4,7 @@
|
|||
width: 100%;
|
||||
height: 100%;
|
||||
border-collapse: collapse;
|
||||
user-select: auto;
|
||||
|
||||
> div {
|
||||
display: table-row;
|
||||
|
|
|
@ -162,6 +162,7 @@
|
|||
.user-comment-item {
|
||||
position: relative;
|
||||
padding: 0px 20px 10px 20px;
|
||||
user-select: auto;
|
||||
}
|
||||
|
||||
.user-name {
|
||||
|
|
Loading…
Reference in a new issue