Fix node unfurl row overflow

This commit is contained in:
Mononaut
2023-03-29 03:15:01 +09:00
parent d01d34bad3
commit 158f383dce
2 changed files with 5 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
}
}
.table-col {
max-width: calc(100% - 470px);
}
.map-col {
flex-grow: 0;
flex-shrink: 0;