forked from AkkomaGang/admin-fe
Fix styles for explanations
This commit is contained in:
parent
635d76a080
commit
9f8112fe32
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,7 @@
|
|||
.esshd-list {
|
||||
margin: 0;
|
||||
}
|
||||
.expl > p {
|
||||
.expl, .expl > p {
|
||||
color: #666666;
|
||||
font-size: 13px;
|
||||
line-height: 22px;
|
||||
|
@ -52,6 +52,7 @@
|
|||
overflow-wrap: break-word;
|
||||
code {
|
||||
display: inline;
|
||||
line-height: 22px;
|
||||
font-size: 13px;
|
||||
padding: 2px 3px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue