I found out why this is happening, because the sprint report has "sprint meta" appearing next to the sprint selector. We use the same container to put the sprint-picker in as we do the error message.
If I remove the ghx-report-selector from this CSS, it fixes the error message but shoves the sprint-meta on to the next line.
#ghx-report-selector,
#ghx-sprint-report-meta
{
display:inline-block;
}
mjopson is there a better css solution here?
on default