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 {
|
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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue