css fix word-wrap on command result
parent
9453dc246a
commit
591d5b3084
|
@ -566,6 +566,7 @@ header p i {
|
|||
transition: .1s ease all;
|
||||
visibility: hidden;
|
||||
opacity: 0;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
#search.active div i,
|
||||
|
@ -1166,4 +1167,4 @@ i.spin {
|
|||
column-count: 1;
|
||||
column-gap: 0;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue