mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-09 19:52:58 +00:00
css fix word-wrap on command result
This commit is contained in:
parent
9453dc246a
commit
591d5b3084
@ -566,6 +566,7 @@ header p i {
|
|||||||
transition: .1s ease all;
|
transition: .1s ease all;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
#search.active div i,
|
#search.active div i,
|
||||||
@ -1166,4 +1167,4 @@ i.spin {
|
|||||||
column-count: 1;
|
column-count: 1;
|
||||||
column-gap: 0;
|
column-gap: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user