Closed (fixed)
Project:
Open Social
Version:
8.x-1.4
Component:
Front-End
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Sep 2017 at 10:57 UTC
Updated:
6 Oct 2017 at 11:59 UTC
Jump to comment: Most recent, Most recent file

Comments
Comment #2
slowflyer commentedThe reason why this happens, there is no div surrounding the submit button to make this css work:
div:not(.btn-group) > .btn {
border-radius: 3px;
}
Attached my suggested solution.
Comment #3
slowflyer commentedComment #4
slowflyer commentedThis was not an issue in 8.x-1.2, just upgraded one site. But I can't say if it happend with the upgrade to 8.x-1.3 or 8.x-1.4.
Comment #6
maikelkoopman commentedHi Slowflyer,
I have looked into this issue and it is also present in 1.4 release. I think changing the css in a bit simpler than adding a div here, because it might also come back in other places in the future.
The pull request can be found here: https://github.com/goalgorilla/open_social/pull/544
It will be part of release 1.5.
Comment #7
slowflyer commentedThanks for fixing this issue!
In 8.x-1.2 was a div surrounding the Post button. But at the end changing css will work as well.
Comment #8
bramtenhove commentedI just merged the pull request.
Thanks guys!