mirror of
https://github.com/go-gitea/gitea.git
synced 2026-05-12 22:03:30 +02:00
fix layout
This commit is contained in:
parent
ae2a16aa58
commit
c174e00df4
@ -17,8 +17,10 @@ Only show the real-char:
|
|||||||
content: attr(data-escaped);
|
content: attr(data-escaped);
|
||||||
}
|
}
|
||||||
.broken-code-point[data-escaped] .char {
|
.broken-code-point[data-escaped] .char {
|
||||||
display: inline-block;
|
/* make it copyable by selecting the text (AI suggestion, no other solution) */
|
||||||
width: 0; /* make it copyable by selecting the text */
|
position: absolute;
|
||||||
|
opacity: 0;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user