fix: scrolling in usage details

This commit is contained in:
neri 2023-02-11 00:37:58 +01:00
parent 0a469ae367
commit d2bba7ccc3
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "datatrash"
version = "2.2.0"
version = "2.2.1"
authors = ["neri"]
edition = "2021"

View File

@ -73,6 +73,13 @@ textarea,
details {
display: inline;
max-width: 100%;
}
details > pre {
margin: 0;
padding: 1rem 0.5rem;
overflow-x: scroll;
}
details summary {