prevent table overflow in unfurl previews

This commit is contained in:
Mononaut
2023-04-26 04:55:42 +09:00
parent 2fbe2b2fa6
commit 7b9fd8ac63
7 changed files with 23 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
.table-col {
max-width: calc(100% - 470px);
overflow: hidden;
}
.table {
margin-top: 6px;
font-size: 32px;
@@ -18,10 +23,6 @@
}
}
.table-col {
max-width: calc(100% - 470px);
}
.map-col {
flex-grow: 0;
flex-shrink: 0;