responsive controlled first commit
This commit is contained in:
		@@ -166,7 +166,7 @@
 | 
			
		||||
 | 
			
		||||
                    @if ($transactions->count())
 | 
			
		||||
                        <table class="min-w-full divide-y divide-gray-200">
 | 
			
		||||
                            <tbody class="float-right">
 | 
			
		||||
                            <tbody class="sm:float-right">
 | 
			
		||||
                                <tr class="border-b">
 | 
			
		||||
                                    <th class="w-9/12 ltr:pr-6 rtl:pl-6 py-4 ltr:text-left rtl:text-right whitespace-nowrap text-sm font-bold text-black">
 | 
			
		||||
                                        {{ trans('reconciliations.opening_balance') }}:
 | 
			
		||||
 
 | 
			
		||||
@@ -115,7 +115,7 @@
 | 
			
		||||
 | 
			
		||||
                @if ($transactions->count())
 | 
			
		||||
                    <table class="min-w-full divide-y divide-gray-200">
 | 
			
		||||
                        <tbody class="float-right">
 | 
			
		||||
                        <tbody class="sm:float-right">
 | 
			
		||||
                            <tr class="border-b">
 | 
			
		||||
                                <th class="w-9/12 ltr:pr-6 rtl:pl-6 py-4 ltr:text-left rtl:text-right whitespace-nowrap text-sm font-bold text-black">
 | 
			
		||||
                                    {{ trans('reconciliations.opening_balance') }}:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user