0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-04-04 03:35:05 +02:00

fix layout

This commit is contained in:
wxiaoguang 2026-04-02 21:11:24 +08:00
parent ae2a16aa58
commit c174e00df4

View File

@ -17,8 +17,10 @@ Only show the real-char:
content: attr(data-escaped);
}
.broken-code-point[data-escaped] .char {
display: inline-block;
width: 0; /* make it copyable by selecting the text */
/* make it copyable by selecting the text (AI suggestion, no other solution) */
position: absolute;
opacity: 0;
pointer-events: none;
}
/*