More cosmetic tweaks for diagnosis details

This commit is contained in:
Alexandre Aubin 2020-04-14 19:06:26 +02:00
parent e7d914882a
commit d4f2021177

View file

@ -1013,9 +1013,12 @@ input[type='radio'].nice-radio {
code { code {
word-break: break-all; word-break: break-all;
border-radius: 5px; border-radius: 5px;
padding-top: 1px;
padding-bottom: 1px;
} }
code.cmd { code.cmd {
word-break: break-word;
color: white; color: white;
background-color: #333; background-color: #333;
} }