Table Overflow Fixed

This commit is contained in:
devansh bawari 2020-10-09 14:45:49 +05:30
parent 178f74ec52
commit 813b48a77c
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=4f93a5fcaa9e170dd72f",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=3bb07d73ad7958ec9a21"
"/css/velocity.css": "/css/velocity.css?id=a37ae1fb6f34223126b8"
}

View File

@ -721,6 +721,7 @@ body::after {
.description-text {
word-break: break-word;
overflow: auto;
}
}