Fix flex issues

This commit is contained in:
Lim Chee Aun 2024-03-20 11:18:56 +08:00
parent 8f43099840
commit 4a75d6f172

View file

@ -475,6 +475,7 @@
}
.request-notifcations {
min-width: 0;
flex-grow: 1;
display: flex;
flex-direction: column;
@ -482,6 +483,8 @@
gap: 8px;
.last-post {
max-width: 100%;
> .status-link {
border-radius: 8px;
overflow: hidden;