add overflow to post preview in topic view

This commit is contained in:
2025-05-27 16:04:56 +03:00
parent 1087e0d511
commit d44c1156b7
2 changed files with 2 additions and 0 deletions

View File

@ -443,6 +443,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
border-bottom: 1px solid black;
display: flex;
flex-direction: column;
overflow: hidden;
}
.thread-info-post-preview {

View File

@ -455,6 +455,7 @@ input[type="text"], input[type="password"], textarea, select {
border-bottom: 1px solid black;
display: flex;
flex-direction: column;
overflow: hidden;
}
.thread-info-post-preview {