css fix word-wrap on command result
This commit is contained in:
parent
9453dc246a
commit
591d5b3084
1 changed files with 2 additions and 1 deletions
|
|
@ -566,6 +566,7 @@ header p i {
|
|||
transition: .1s ease all;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#search.active div i,
|
||||
|
|
|
|||
Loading…
Reference in a new issue