Zaktualizuj style opisu, poprawiając zaokrąglenie, dodając obramowanie oraz ograniczając wysokość, a także zaktualizuj metadane plików w konfiguracji

This commit is contained in:
2025-02-23 15:27:08 +01:00
parent 20f10549ea
commit 3bd4726859
4 changed files with 9 additions and 7 deletions

View File

@@ -893,9 +893,11 @@ body>.top {
.description {
padding: 15px;
border-radius: 3px;
background: #F6F8F9;
border-radius: 0.25rem;
border: 1px solid #ebebeb;
margin-bottom: 15px;
max-height: 202px;
overflow-x: hidden;
}
}