fix: table overflow
This commit is contained in:
parent
ed1a7dafa9
commit
3b9b64c717
@ -47,6 +47,12 @@ table {
|
||||
border: none;
|
||||
border-collapse: collapse;
|
||||
background-color: var(--secondary-light-one);
|
||||
word-break: break-word;
|
||||
}
|
||||
@media screen and (max-width: 500px) {
|
||||
table {
|
||||
font-size: small;
|
||||
}
|
||||
}
|
||||
|
||||
td {
|
||||
|
Loading…
Reference in New Issue
Block a user