Forum Discussion

Rod Merritt's avatar
Rod Merritt
Copper Contributor
Jun 10, 2019

ms-Grid-col not floating colums

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>
 
No RepliesBe the first to reply

Resources