Merge pull request #5874 from prateek-webkul/arabic-product-ui-issue
issue #5799 fixed
This commit is contained in:
commit
8a3ef2ee8a
|
|
@ -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
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -905,6 +905,7 @@ h5 {
|
|||
&::after {
|
||||
right: unset !important;
|
||||
left: auto;
|
||||
top: 6px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue