Compare commits
1 Commits
bf2e91a2c5
...
d2bba7ccc3
Author | SHA1 | Date |
---|---|---|
neri | d2bba7ccc3 |
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "datatrash"
|
name = "datatrash"
|
||||||
version = "2.2.0"
|
version = "2.2.1"
|
||||||
authors = ["neri"]
|
authors = ["neri"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
|
|
@ -73,6 +73,13 @@ textarea,
|
||||||
|
|
||||||
details {
|
details {
|
||||||
display: inline;
|
display: inline;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
details > pre {
|
||||||
|
margin: 0;
|
||||||
|
padding: 1rem 0.5rem;
|
||||||
|
overflow-x: scroll;
|
||||||
}
|
}
|
||||||
|
|
||||||
details summary {
|
details summary {
|
||||||
|
|
Loading…
Reference in New Issue