Hi, > Right now, the changes won't let the gutter and button overlap. I'm > wondering if you allow that, if these tests will pass and you can still > clip. Another possible option is to only run the clipping code path if > there is more than one line of text.
Ended up being slightly more complex as there was some hard coded padding as well as top and bottom padding. I've changed it so at least one line of text will show even if overlaps and if it's big enough you give a nice amount of padding (same as before) and in the normal case the test is position as it was before. I've checked in the modified code and new baselines. Thanks, Justin