Need help fixing my grid column

My column 5 is messed up. I tried resetting the Sizing properties to what they were, but it’s still mis-sized and showing as though the property is overridden. I’ve included a screenshot with the style panel. When I hover over MaxW, I get the tooltip that I need to adjust the Flex-basis, but I did that and nothing is taking effect. Is this a bug?

I finally figured this out: I first removed unused styles from the site. There were over 100. Then tapped on each column in my grid page (above) and checked the classes assigned. col-3 for some reason had the col-5 class. Once, I edited it to col-3, col-5 started behaving correctly. :woman_shrugging: