prevent table overflow in unfurl previews

This commit is contained in:
Mononaut
2023-04-26 04:55:42 +09:00
parent ba00f03408
commit d7691c19a6
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 {
font-size: 32px;
margin-top: 10px;