themondays / Dwarf

Dwarf is HD Redmine theme with many outstanding features.
125 stars 19 forks source link

how to change back the issue card split to two content view ? #20

Open rick0518 opened 8 years ago

rick0518 commented 8 years ago

hi, thank you for the theme, l like it. but how can i change issue card from two content view to one content view ?

because if the note content too long , will be very hard to view... (too many wrap)

themondays commented 8 years ago

Hi, Thanks for your interest in my theme. I would like to suggest three options for you:

  1. use different theme :)
  2. remove content of the splitscreen.scss and rebuild theme stylesheets (https://github.com/themondays/Dwarf/blob/master/workspace/scss/_splitscreen.scss);
  3. change values of the responsive.scss (increase)
$screen-md-max: 1199px;
$screen-lg-min: 1200px;
$screen-xl-min: 1439px;

and then rebuild stylesheets