mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
More cosmetic tweaks for diagnosis details
This commit is contained in:
parent
e7d914882a
commit
d4f2021177
1 changed files with 3 additions and 0 deletions
|
@ -1013,9 +1013,12 @@ input[type='radio'].nice-radio {
|
|||
code {
|
||||
word-break: break-all;
|
||||
border-radius: 5px;
|
||||
padding-top: 1px;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
|
||||
code.cmd {
|
||||
word-break: break-word;
|
||||
color: white;
|
||||
background-color: #333;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue