akabekobeko/redmine-theme-minimalflat2

A project name overlaps with the switch button while mobile site.

bibindon opened this issue · 1 comments

Thanks for great theme always!
Although sometime I use redmine from mobile phone, a project name is overlaped with the switch button.
I would be grateful if this issue is fixed.

issue

It is necessary to fix responsive.css.

#project-jump .drdn-trigger {
   padding: .3em;
}

to

#project-jump .drdn-trigger {
   padding: .3em .3em .3em 1.5em;
}

There is no risk, so fix it.