Order id is having a lot of space Issue #5316 Fixed

This commit is contained in:
junaidjaved248 2021-11-10 21:36:09 +05:00
parent cda58a576f
commit a151d80dd8
5 changed files with 12 additions and 6 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"/js/velocity.js": "/js/velocity.js?id=2cdc157a54b0f9ee9d7b",
"/js/velocity-core.js": "/js/velocity-core.js?id=5c0fe2bf195ee94576fd",
"/js/velocity.js": "/js/velocity.js?id=045fcd0fe4945a15152e",
"/js/velocity-core.js": "/js/velocity-core.js?id=6d269d95c3cfc74183cb",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=b5766995aee5d5324ddd"
"/css/velocity.css": "/css/velocity.css?id=86999e0bc04a99d5e2ae"
}

View File

@ -1136,4 +1136,10 @@ i.within-circle {
.main-content-wrapper .content-list ul {
width: 101.2% !important;
}
.account-content .account-layout .table table tr td {
width: auto;
border-top: none;
border-right: 1px solid #CCCCCC !important;
}