@ronaldmulero - test now added to #MR!47 thank you for the suggestion.
egfrith → created an issue. See original summary → .
Thank you for looking at this and producing the suggestion ravi. I've taken a look at the code. In Firefox, I'm not sure it worked - though I was having all sorts of problems with CSS being cached. I'm also wondering if the hard coding of the height of the Apply button via the margin-tope might be a bit fragile.
I've looked again at the way views does the exposed filters. The code there uses flexes, and the SASS code below works OK in my subtheme:
form--inline {
display: flex;
.form-actions {
display: flex;
flex-wrap: wrap;
align-items: flex-end;
}
}
I'm not very expert on CSS and bootstrap, so I'm not sure if this is the optimal solution - I would defer to the experts!
After some time getting to the bottom of #3411785, I would hope that we could get this sorted out. @smustgrave: is it possible to set up open_basedir in the testing environment? If not, I'm not clear how a test could be created for this issue.
I think this is now outdated.
Marking as fixed. There's definitely no development work happening on the D7 version of Bawstats