prevent table overflow in unfurl previews
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user