@@ -237,37 +237,37 @@ class="mt-4"
237
237
<!-- Table Head -->
238
238
< x- admin:: table .thead class = " rounded-lg border border-gray-200 px-4 py-2 text-sm dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300" >
239
239
< x- admin:: table .thead .tr >
240
- < x- admin:: table .th >
240
+ < x- admin:: table .th >
241
241
@lang (' admin::app.quotes.create.product-name' )
242
242
< / x- admin:: table .th >
243
243
244
- < x- admin:: table .th class = " text-right" >
244
+ < x- admin:: table .th class = " !px-2 text-right" >
245
245
@lang (' admin::app.quotes.create.quantity' )
246
246
< / x- admin:: table .th >
247
247
248
- < x- admin:: table .th class = " text-right" >
248
+ < x- admin:: table .th class = " !px-2 text-right" >
249
249
@lang (' admin::app.quotes.create.price' )
250
250
< / x- admin:: table .th >
251
251
252
- < x- admin:: table .th class = " text-right" >
252
+ < x- admin:: table .th class = " !px-2 text-right" >
253
253
@lang (' admin::app.quotes.create.amount' )
254
254
< / x- admin:: table .th >
255
255
256
- < x- admin:: table .th class = " text-right" >
256
+ < x- admin:: table .th class = " !px-2 text-right" >
257
257
@lang (' admin::app.quotes.create.discount' )
258
258
< / x- admin:: table .th >
259
259
260
- < x- admin:: table .th class = " text-right" >
260
+ < x- admin:: table .th class = " !px-2 text-right" >
261
261
@lang (' admin::app.quotes.create.tax' )
262
262
< / x- admin:: table .th >
263
263
264
- < x- admin:: table .th class = " text-right" >
264
+ < x- admin:: table .th class = " !px-2 text-right" >
265
265
@lang (' admin::app.quotes.create.total' )
266
266
< / x- admin:: table .th >
267
267
268
268
< x- admin:: table .th
269
269
v- if = " products.length > 1"
270
- class = " text-right"
270
+ class = " !px-2 text-right"
271
271
>
272
272
@lang (' admin::app.quotes.create.action' )
273
273
< / x- admin:: table .th >
@@ -392,7 +392,7 @@ class="control"
392
392
< / x- admin:: table .td >
393
393
394
394
<!-- Quantity -->
395
- < x- admin:: table .td class = " text-right" >
395
+ < x- admin:: table .td class = " !px-2 text-right" >
396
396
< x- admin:: form .control - group class = " !mb-0" >
397
397
< x- admin:: form .control - group .control
398
398
type= " inline"
@@ -408,7 +408,7 @@ class="control"
408
408
< / x- admin:: table .td >
409
409
410
410
<!-- Price -->
411
- < x- admin:: table .td class = " text-right" >
411
+ < x- admin:: table .td class = " !px-2 text-right" >
412
412
< x- admin:: form .control - group class = " !mb-0" >
413
413
< x- admin:: form .control - group .control
414
414
type= " inline"
@@ -424,7 +424,7 @@ class="control"
424
424
< / x- admin:: table .td >
425
425
426
426
<!-- Total -->
427
- < x- admin:: table .td class = " text-right" >
427
+ < x- admin:: table .td class = " !px-2 text-right" >
428
428
< x- admin:: form .control - group class = " !mb-0" >
429
429
< x- admin:: form .control - group .control
430
430
type= " inline"
@@ -440,7 +440,7 @@ class="control"
440
440
< / x- admin:: table .td >
441
441
442
442
<!-- Discount Amount -->
443
- < x- admin:: table .td class = " text-right" >
443
+ < x- admin:: table .td class = " !px-2 text-right" >
444
444
< x- admin:: form .control - group class = " !mb-0" >
445
445
< x- admin:: form .control - group .control
446
446
type= " inline"
@@ -456,7 +456,7 @@ class="control"
456
456
< / x- admin:: table .td >
457
457
458
458
<!-- Tax Amount -->
459
- < x- admin:: table .td class = " text-right" >
459
+ < x- admin:: table .td class = " !px-2 text-right" >
460
460
< x- admin:: form .control - group class = " !mb-0" >
461
461
< x- admin:: form .control - group .control
462
462
type= " inline"
@@ -472,7 +472,7 @@ class="control"
472
472
< / x- admin:: table .td >
473
473
474
474
<!-- Total with Discount -->
475
- < x- admin:: table .td class = " text-right" >
475
+ < x- admin:: table .td class = " !px-2 text-right" >
476
476
< x- admin:: form .control - group class = " !mb-0" >
477
477
< x- admin:: form .control - group .control
478
478
type= " inline"
@@ -487,7 +487,7 @@ class="control"
487
487
<!-- Action -->
488
488
< x- admin:: table .td
489
489
v- if = " $parent.products.length > 1"
490
- class = " !p -2 text-right"
490
+ class = " !px -2 text-right"
491
491
>
492
492
< x- admin:: form .control - group class = " !mb-0" >
493
493
< i
0 commit comments