You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see in this image from my own userpage, brews with the HB icon in them grow taller than those stored in Drive.
The issue here is the image has a set height of 24px, overflowing the parent element with a height of 17.33px (yes, decimal pixels are a thing)
As a fix, changing that height in brewitem.less should fix it, another option is to change the image source link to use our /assets/naturalCritLogoRed.svg, and add a shadow, which should decrease the size.
This is a simple issue, ideal for new developers to try their hand at it.
The text was updated successfully, but these errors were encountered:
As you can see in this image from my own userpage, brews with the HB icon in them grow taller than those stored in Drive.
The issue here is the image has a set height of 24px, overflowing the parent element with a height of 17.33px (yes, decimal pixels are a thing)
As a fix, changing that height in brewitem.less should fix it, another option is to change the image source link to use our
/assets/naturalCritLogoRed.svg
, and add a shadow, which should decrease the size.This is a simple issue, ideal for new developers to try their hand at it.
The text was updated successfully, but these errors were encountered: