Added by Jeremos Angelos 3 months ago
The redmine 6 version has new div tables instead of old html tables.
Icon and cells in PurpleMind2 are so big on the screen.
The PurpleMind versio nI use is
https://github.com/mrliptontea/PurpleMine2/tree/build-on-node-20
My workaround is to add a custom.css thru the redmine_x_client plugin with :
https://www.redmine-x.com/redmine-css-js-overrides
#list-definition {
margin: 0 15px;
width: auto !important;
}
#list-definition > div .field {
width: 160px;
}
#query_form_content > fieldset {
min-width: 0;
max-width: 100%;
}
Cheers
Hello Jeremos,
I'm facing the same issue and tried to follow your solution.
so far it doesn't work for me.
can you provide the steps how to make your workaround works?