0
0
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:
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); 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;
} }
/* /*