Improve css for code and command snippets

This commit is contained in:
Alexandre Aubin 2020-04-14 18:13:25 +02:00
parent 995c19c71e
commit a955e201c1

View file

@ -1008,10 +1008,19 @@ input[type='radio'].nice-radio {
color: grey; color: grey;
} }
.diagnosis-item code { .diagnosis-item {
word-break: break-all;
}
.diagnosis-item ul > li { code {
word-break: break-all;
border-radius: 5px;
}
code.cmd {
color: white;
background-color: #333;
}
ul > li {
padding-top: 0.3em; padding-top: 0.3em;
}
} }