fix: scrolling in usage details
This commit is contained in:
parent
0a469ae367
commit
c33cece59e
|
@ -424,7 +424,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "datatrash"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
dependencies = [
|
||||
"actix-files",
|
||||
"actix-governor",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "datatrash"
|
||||
version = "2.2.0"
|
||||
version = "2.2.1"
|
||||
authors = ["neri"]
|
||||
edition = "2021"
|
||||
|
||||
|
|
|
@ -73,6 +73,13 @@ textarea,
|
|||
|
||||
details {
|
||||
display: inline;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
details > pre {
|
||||
margin: 0;
|
||||
padding: 1rem 0.5rem;
|
||||
overflow-x: scroll;
|
||||
}
|
||||
|
||||
details summary {
|
||||
|
|
Loading…
Reference in New Issue