mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-04 05:00:25 +08:00
16 lines
248 B
Plaintext
16 lines
248 B
Plaintext
.pre-box {
|
|
padding: 1em;
|
|
margin: 0;
|
|
line-height: 1.7;
|
|
-ms-word-break: break-all;
|
|
word-break: break-all;
|
|
font-size: 0.9em;
|
|
background: rgba(0, 0, 0, 0.05);
|
|
overflow-y: auto;
|
|
max-height: 20em;
|
|
}
|
|
|
|
.pre-box::-webkit-scrollbar {
|
|
width: 6px;
|
|
}
|