Skip to content

Commit

Permalink
fixup! Add full width for mailing list
Browse files Browse the repository at this point in the history
Signed-off-by: greta <[email protected]>
  • Loading branch information
GretaD committed Mar 12, 2024
1 parent 0b74f99 commit 98824b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/MailboxThread.vue
Original file line number Diff line number Diff line change
Expand Up @@ -362,5 +362,9 @@ export default {
}
:deep(.app-details-toggle) {
opacity: 1;
}
// temporary fix
:deep(.app-content-list) {
min-height: 0;
}
</style>

0 comments on commit 98824b4

Please sign in to comment.