PurpleMine2 icon indicating copy to clipboard operation
PurpleMine2 copied to clipboard

GitLab Merge Request Links plugin layout issues

Open zendamacf opened this issue 4 years ago • 2 comments

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: 2020-08-26_16-22 2020-08-26_16-32

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?

zendamacf avatar Aug 26 '20 04:08 zendamacf

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.

mrliptontea avatar Aug 26 '20 19:08 mrliptontea

Thanks! I'll get on that shortly.

zendamacf avatar Aug 26 '20 22:08 zendamacf