пофиксил расстояния от краев div до блока pre

design
serr 2025-05-24 23:49:02 +03:00
parent a12896c134
commit cc3fe33474
1 changed files with 1 additions and 1 deletions

View File

@ -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 {