пофиксил расстояния от краев div до блока pre
parent
a12896c134
commit
cc3fe33474
|
@ -72,7 +72,7 @@ pre {
|
|||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
width: 0;
|
||||
min-width: calc(100% - 20px);
|
||||
min-width: calc(100% - 22px);
|
||||
}
|
||||
|
||||
details > summary {
|
||||
|
|
Loading…
Reference in New Issue