fix(ui): prevent code line numbers from wrapping (#2719)
This commit is contained in:
@@ -1342,6 +1342,7 @@ html:not(.dark) .chat-scroll {
|
||||
font-variant-numeric: tabular-nums;
|
||||
text-align: right;
|
||||
user-select: none;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.markdown-content [data-md-code-line-content] {
|
||||
|
||||
Reference in New Issue
Block a user