add overflow to post preview in topic view
This commit is contained in:
parent
1087e0d511
commit
d44c1156b7
@ -443,6 +443,7 @@ input[type=text]:focus, input[type=password]:focus, textarea:focus, select:focus
|
|||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread-info-post-preview {
|
.thread-info-post-preview {
|
||||||
|
@ -455,6 +455,7 @@ input[type="text"], input[type="password"], textarea, select {
|
|||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.thread-info-post-preview {
|
.thread-info-post-preview {
|
||||||
|
Loading…
Reference in New Issue
Block a user