File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/DragonFly.BlockField.Client/Pages/Blocks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 103103 GridItem currentItem = item ;
104104
105105 <div class =" grid-item" style =" grid-column : @(CalcPosStart(item.ColumnStart)) / @(CalcPosEnd (item .ColumnEnd )); grid-row : @(CalcPosStart(item.RowStart)) / @(CalcPosEnd (item .RowEnd ))" >
106- <div style =" display :grid ; grid-template-columns : auto 1fr auto ; grid-template-rows : auto 1fr auto ; width : 100 % ; height : 100 % ; " >
106+ <div style =" display :grid ; grid-template-columns : auto 1fr auto ; grid-template-rows : auto 1fr auto ; flex : 1 " >
107107 <!-- left-->
108108 <div style =" display :flex ; flex-direction : column ; align-items : stretch ; justify-content : center ; grid-column : 1 ; grid-row : 2 " >
109109 <BSButton Color =" BSColor.Light" OnClick =" x => currentItem.ColumnStart--" ><i class =" fas fa-arrow-left" ></i ></BSButton >
You can’t perform that action at this time.
0 commit comments