puppetlabs / design-system

A resource for creating user interfaces based on brand, UX, and dev principles
https://puppet.style
Apache License 2.0
18 stars 27 forks source link

(CDPE-6706) Fix logo text SVG being cut off on sidebar #663

Closed petergmurphy closed 5 months ago

petergmurphy commented 5 months ago

Description of proposed changes

Increase continuous delivery logo viewBox size to fix issue with logo text being cut off when the expanded prop is set to true on the logo component. The problem occurs in the Sidebar component when it adds the expanded prop to the Logo, this is the only instance of the expanded prop should be used on the Logo.

Screenshot of proposed changes

Old:

image

New:

image