Add height limit to release notes side card

This commit is contained in:
rubenwardy
2025-07-17 23:05:03 +01:00
parent bc62c2b1be
commit 14d8ef6cb1
3 changed files with 7 additions and 2 deletions

View File

@@ -92,3 +92,8 @@
max-height: 1em;
filter: none !important;
}
.release-notes-body {
max-height: 20em;
overflow: hidden auto;
}