mirror of
https://codeberg.org/keyoxide/keyoxide-web.git
synced 2024-12-22 14:59:29 -07:00
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;
|
||||
}
|
||||
code {
|
||||
display: block;
|
||||
padding: 8px;
|
||||
padding: 2px;
|
||||
background-color: #eee;
|
||||
border: solid 1px #ddd;
|
||||
user-select: all;
|
||||
}
|
||||
pre code {
|
||||
display: block;
|
||||
padding: 8px;
|
||||
word-break: break-word;
|
||||
/* word-break: break-all; */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue