UTCWeb / particle

A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
https://phase2.gitbook.io/frontend/
GNU General Public License v2.0
0 stars 10 forks source link

UTC Highlights Block Side box bug #356

Closed bmartinez287 closed 2 years ago

bmartinez287 commented 2 years ago
Screen Shot 2021-11-13 at 11 53 59 PM Screen Shot 2021-11-13 at 11 54 27 PM

The sidebox option needs some work. It's overflowing its parent container. @brittrich grid-template-columns: 1fr 50% 45% 1fr!important; i tracked it down to that. the 50% and 45% don't seem to respect the parent container.

bmartinez287 commented 2 years ago

Because the full width style works as expected and this won't be enable for everyone until next week. I will push it to prod and we can fix it this week.

brittrich commented 2 years ago

@bmartinez287 I'll take a look now!