forked from Mirrors/keyoxide-web
Improve code style
This commit is contained in:
parent
c72ba05082
commit
16ac9c8973
1 changed files with 5 additions and 2 deletions
|
@ -203,11 +203,14 @@ pre {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
code {
|
code {
|
||||||
display: block;
|
padding: 2px;
|
||||||
padding: 8px;
|
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
border: solid 1px #ddd;
|
border: solid 1px #ddd;
|
||||||
user-select: all;
|
user-select: all;
|
||||||
|
}
|
||||||
|
pre code {
|
||||||
|
display: block;
|
||||||
|
padding: 8px;
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
/* word-break: break-all; */
|
/* word-break: break-all; */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue