Use css padding for author urls to fix underline hover state (#2472)
* Use scss padding for sidebar author urls * rename .text to .label
This commit is contained in:
@@ -194,6 +194,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
.author__urls {
|
||||
span.label {
|
||||
padding-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
@include breakpoint($large) {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user