File tree Expand file tree Collapse file tree 3 files changed +13
-7
lines changed
apps/desktop/src/components Expand file tree Collapse file tree 3 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 364364 {/if }
365365
366366 {#if isNonLocalPr && current .prNumber }
367- <div class ="commits" use:focusable ={{ vertical : true }}>
367+ <div class ="commits with-padding " use:focusable ={{ vertical : true }}>
368368 <BranchesViewPr
369369 bind:this ={prBranch }
370370 {projectId }
Original file line number Diff line number Diff line change 149149
150150<style lang =" postcss" >
151151 .branch-commits {
152- border-top : 1 px solid var (--clr-border-2 );
152+ overflow : hidden;
153+ border : 1 px solid var (--clr-border-2 );
154+ border-radius : 0 0 var (--radius-ml ) var (--radius-ml );
153155 }
154156 </style >
Original file line number Diff line number Diff line change 2121
2222<ReduxResult result ={prQuery ?.result } {projectId } {onerror }>
2323 {#snippet children (pr )}
24- <Drawer testId ={TestId .PRBranchDrawer } persistId ="pr-branch-drawer- {projectId }- {pr .number }" >
24+ <Drawer
25+ testId ={TestId .PRBranchDrawer }
26+ persistId ="pr-branch-drawer- {projectId }- {pr .number }"
27+ bottomBorder
28+ >
2529 {#snippet header ()}
26- <h3 class =" text-14 text-semibold" >
30+ <h3 class =" text-14 text-semibold truncate " >
2731 <span class ="clr-text-2" >PR {unitSymbol }{pr .number }:</span >
2832 <span > {pr .title }</span >
2933 </h3 >
6569 </div >
6670
6771 {#if pr .body }
68- <div class =" pr-body text-13" >
72+ <div class =" pr-body text-13 text-body " >
6973 <Markdown content ={pr .body } />
7074 </div >
7175 {/if }
7882 .pr-content {
7983 display : flex;
8084 flex-direction : column;
81- gap : 16 px ;
8285 }
8386
8487 .pr-request-data {
8588 display : flex;
8689 flex-direction : row;
8790 width : 100 % ;
91+ padding : 16 px ;
8892 gap : 10 px ;
8993 }
9094
117121 }
118122
119123 .pr-body {
120- padding-top : 16 px ;
124+ padding : 16 px ;
121125 border-top : 1 px solid var (--clr-border-2 );
122126 }
123127 </style >
You can’t perform that action at this time.
0 commit comments