File tree Expand file tree Collapse file tree 6 files changed +11
-8
lines changed
workflow/workflows-summary-configurable-table
holocene/table/paginated-table Expand file tree Collapse file tree 6 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default defineConfig({
4444 testIgnore : / .* d e s k t o p .s p e c .t s / ,
4545 use : {
4646 ...devices [ 'Desktop Chrome' ] ,
47- viewport : { width : 320 , height : 480 } ,
47+ viewport : { width : 320 , height : 800 } ,
4848 isMobile : true ,
4949 } ,
5050 } ,
Original file line number Diff line number Diff line change 7979 </script >
8080
8181<div
82- class =" relative flex items-center gap-0 text-center text-sm leading-4"
82+ class =" relative flex items-center gap-0 text-center text-xs leading-4"
8383 data-testid ={$$props [' test-id' ]}
8484>
8585 <span
Original file line number Diff line number Diff line change 144144
145145<style lang =" postcss" >
146146 .workflows-summary-table-body-cell {
147- @apply h-10 whitespace-nowrap;
147+ @apply h-8 whitespace-nowrap;
148148
149149 & .filterable {
150150 @apply relative pr-24;
Original file line number Diff line number Diff line change 4848 />
4949 </th >
5050 {/if }
51- <th class =" w-12 " ></th >
51+ <th class =" w-6 " ></th >
5252 {#if $supportsBulkActions && $batchActionsVisible }
5353 <th class ="batch-actions-table-cell" colspan ={columnsCount }>
5454 <BatchActions {workflows } />
Original file line number Diff line number Diff line change 5656 />
5757 </td >
5858 <td
59- class =" cursor-point relative flex items-center justify-center gap-0.5 pt-2"
59+ class ="cursor-point relative flex items-center justify-center gap-0.5 py-0.5 {$hideChildWorkflows &&
60+ ! child
61+ ? ' w-auto'
62+ : ' w-6' }"
6063 >
6164 {#if ! workflowCreateDisabled ($page )}
6265 <StartWorkflowButton
Original file line number Diff line number Diff line change 7474 }
7575
7676 :global (tr > th) {
77- @apply whitespace-nowrap p -2 text-left font-medium;
77+ @apply whitespace-nowrap px -2 text-left font-medium;
7878 }
7979 }
8080
104104 }
105105
106106 :global (tr > td) {
107- @apply whitespace-nowrap p -2;
107+ @apply whitespace-nowrap px -2;
108108 }
109109
110110 :global (tr > td > .table-link) {
114114
115115 .primary .paginated-table-body {
116116 :global (tr:not (.empty)) {
117- @apply h-12 border-b border-table last-of-type :border-0 hover:bg-interactive-table-hover hover:bg-fixed;
117+ @apply h-8 border-b border-table last-of-type :border-0 hover:bg-interactive-table-hover hover:bg-fixed;
118118 }
119119 }
120120
You can’t perform that action at this time.
0 commit comments