mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-31 11:01:35 +02:00
Fix Read More wrongly positioned on Safari
This commit is contained in:
parent
7ba5ee5fe2
commit
f8fc24aca4
1 changed files with 1 additions and 0 deletions
|
@ -97,6 +97,7 @@
|
||||||
.truncated .status-card-link, /* parent status already truncated */
|
.truncated .status-card-link, /* parent status already truncated */
|
||||||
.status-card-link .status-card-link /* nested status cards */
|
.status-card-link .status-card-link /* nested status cards */
|
||||||
):has(.truncated) {
|
):has(.truncated) {
|
||||||
|
display: block;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&:after {
|
&:after {
|
||||||
|
|
Loading…
Add table
Reference in a new issue