mirror of
https://github.com/wavetermdev/waveterm
synced 2026-05-24 01:08:27 +00:00
make code only transparent in pre tags
This commit is contained in:
parent
1cf3671ac4
commit
331724c6c3
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@
|
|||
word-wrap: break-word;
|
||||
overflow: auto;
|
||||
overflow: hidden;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.codeblock-actions {
|
||||
|
|
|
|||
Loading…
Reference in a new issue