Fix overlaping click area's prevent text selection (#14471)

This commit is contained in:
Franck Nijhof 2020-09-12 07:38:56 +02:00 committed by GitHub
parent c4a840c55c
commit e31ec45ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,7 +214,8 @@ dt:hover a.title-link {
position: absolute; position: absolute;
top: 5px; top: 5px;
left: -25px; left: -25px;
padding-right: 40px; padding-right: 5px;
padding-left: 5px;
font-family: "FontAwesome"; font-family: "FontAwesome";
font-size: 15px; font-size: 15px;
color: #999; color: #999;