mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 05:18:10 +00:00
fix: wiki list table height
This commit is contained in:
@@ -296,13 +296,12 @@ export default defineComponent({
|
|||||||
|
|
||||||
.tab_content {
|
.tab_content {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 30px 700px;
|
grid-template-rows: 30px 770px;
|
||||||
gap: 0.5em;
|
gap: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-wrapper {
|
.table-wrapper {
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
max-height: 95vh;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.wiki-list table {
|
.wiki-list table {
|
||||||
|
|||||||
Reference in New Issue
Block a user