ms-Grid-col not floating colums

Copper Contributor

I just copied code from my old SPFx version 4  into a new version 8 and my grid is no longer floating the columns. This is no longer working. Do you know what to replace it with?

 

<div className={`ms-Grid-row ${styles.row}`}>
<div className={`ms-Grid-col ms-u-lg6`}>Label</div>
<div className={`ms-Grid-col ms-u-lg6`}>Value</div>
</div>
 
0 Replies