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