GNOME Bugzilla – Bug 641537
Overview search entry is to short for its text.
Last modified: 2011-02-04 20:16:25 UTC
When we switched to Cantarell, the search entry box started clipping the bottoms of j's, etc. It needs some size changes to work with the new font, I think.
Created attachment 180106 [details] [review] css: don't hard code entry height When commit 961fdd861fac46ef0ecc67bb8be14c0ce828e612 landed text in the overview search entry field started getting clipped. This is because the default font size changed but the entry is a hard coded pixel height. This commit drops the hard coding, so the entry can automatically size itself to the proper height.
Review of attachment 180106 [details] [review]: Looks good, I would include "search" in the subject though i.e s/entry/search entry/
Thanks.