diff --git a/public/css/app.css b/public/css/app.css index 5aa581c5c..78ffc6b87 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -47913,6 +47913,11 @@ body{ text-align: right; } +[dir="ltr"] .ltr\:text-xl{ + font-size: 1.25rem; + line-height: 1.75rem; +} + [dir="rtl"] .rtl\:-left-1\.5{ left: -0.375rem; } diff --git a/resources/assets/js/components/AkauntingSearch.vue b/resources/assets/js/components/AkauntingSearch.vue index f97017498..ce11ddd7d 100644 --- a/resources/assets/js/components/AkauntingSearch.vue +++ b/resources/assets/js/components/AkauntingSearch.vue @@ -867,8 +867,7 @@ export default { } html[dir='rtl'] .searh-field .el-tag-option { - border-radius: 0.50rem; - margin-right: 10px; + border-radius: 0 0.5rem 0.5rem 0; } .searh-field .el-tag-operator { @@ -883,12 +882,12 @@ export default { } html[dir='rtl'] .searh-field .el-tag-value { - border-radius: 0.50rem; + border-radius: 0.5rem 0 0 0.5rem; margin-left: 10px; } html[dir='rtl'] .searh-field .el-tag-operator { - border-radius: 0.50rem; + border-radius: 0; } .searh-field .el-select.input-new-tag { diff --git a/resources/views/components/reports/summary/chart.blade.php b/resources/views/components/reports/summary/chart.blade.php index 61d476cf7..824e38aa7 100644 --- a/resources/views/components/reports/summary/chart.blade.php +++ b/resources/views/components/reports/summary/chart.blade.php @@ -3,7 +3,7 @@
-
+

{{ trans('general.timeline') }}

{{ trans('general.distribution') }}