Disable pointer events inside replies

pull/21833/head
Tulir Asokan 2020-04-10 16:03:27 +03:00
parent ec7acd1c0f
commit da3bd5ebee
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ limitations under the License.
$reply-lines: 2; $reply-lines: 2;
$line-height: 22px; $line-height: 22px;
pointer-events: none;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
-webkit-box-orient: vertical; -webkit-box-orient: vertical;