PurpleMine2
PurpleMine2 copied to clipboard
GitLab Merge Request Links plugin layout issues
I noticed when using the GitLab Merge Request Links plugin (https://github.com/tf/redmine_merge_request_links) that the element is actually sitting underneath the issue history at larger breakpoints due to it being too wide. Similarly, between 900 & 991 pixels, it isn't filling the available width.
Screenshot examples:
I'd be happy to make a merge request & fix, but should I just make the fix in src/sass/components/_issue.scss
, or in the minified stylesheets/application.css
also?
Hello!
Thank you for reporting an issue - that is indeed one messy layout.
Please send in a merge request if you can. When you install dependencies with npm install
it will also set up git hooks so that when you commit it should rebuild necessary files and add them to the commit. So in other words please include minified application.css
, as it's needed for those who use the theme out of the box without any customizations.
Thanks! I'll get on that shortly.