Merge pull request #5874 from prateek-webkul/arabic-product-ui-issue

issue #5799 fixed
This commit is contained in:
Prateek Srivastava 2022-02-24 17:02:44 +05:30 committed by GitHub
commit 8a3ef2ee8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -6,11 +6,11 @@
}
.has-control-group .control-group:first-child {
padding-right: 10px;
padding-right: 0px !important;
}
.has-control-group .control-group:last-child {
padding-left: 10px;
padding-left: 0px !important;
}
.slot-list table tbody tr td .control-group label{
@ -20,8 +20,8 @@
@media only screen and (max-width: 540px){
.slot-list table thead{
display: none;
}
}
.slot-list table tbody tr td{
display: block;
}
@ -31,10 +31,9 @@
}
.table .control-group.date:after, .table .control-group.datetime:after {
top: 24px;
left: 100%;
}
}
}
</style>
@endpush

File diff suppressed because one or more lines are too long

View File

@ -1,4 +1,4 @@
{
"/js/ui.js": "/js/ui.js?id=954073df9737f44117ed",
"/css/ui.css": "/css/ui.css?id=add644f5d603c783f96b"
"/css/ui.css": "/css/ui.css?id=b332f81c084cbee9f047"
}

View File

@ -905,6 +905,7 @@ h5 {
&::after {
right: unset !important;
left: auto;
top: 6px;
}
}
}