mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 17:54:32 +08:00
修复环境变量中单引号转义
This commit is contained in:
@@ -390,9 +390,10 @@ select:-webkit-autofill:focus {
|
||||
}
|
||||
|
||||
pre {
|
||||
word-break: break-all !important;
|
||||
white-space: break-spaces !important;
|
||||
padding: 0 !important;
|
||||
word-break: break-all;
|
||||
white-space: break-spaces;
|
||||
padding: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.virtuallist {
|
||||
|
||||
Reference in New Issue
Block a user