fix: wiki list table height

This commit is contained in:
2024-04-10 16:25:11 +02:00
parent 06eb4bc607
commit 966181c977
+1 -2
View File
@@ -296,13 +296,12 @@ export default defineComponent({
.tab_content {
display: grid;
grid-template-rows: 30px 700px;
grid-template-rows: 30px 770px;
gap: 0.5em;
}
.table-wrapper {
overflow: auto;
max-height: 95vh;
}
.wiki-list table {