Skip to content

Banner: fix weird font sizes

Tobias Bernard requested to merge bertob/gnome-software:fix-banner-text into master

The text styling classes from GTK, which @jimmac added here introduce some font sizing weirdness (huge header, tiny description). Commenting out the font size declarations is a quick fix that avoids the issue for 3.36.

@jimmac: Longer-term it would be good to look into what the issue with those GTK classes is.

Weird sizing before this MR:

image

Fixed version:

image

Merge request reports