Fixed problem with justify

This commit is contained in:
2023-04-14 09:01:39 +02:00
parent 3bf87b2766
commit 12b049c4d0
2 changed files with 1 additions and 4 deletions

View File

@@ -440,12 +440,11 @@ body {
.content {
padding: 0px 15px 0px 15px ;
text-align: justify;
text-align: left;
overflow: hidden;
transition: max-height .2s ease-out;
max-height: 0px;
border-left: #c0c2c3 2px solid;
}
.collapsibleMini::before{