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:
parent
ae2a16aa58
commit
c174e00df4
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user