Actions
Defect #26243
closedredmine 3.3 issue description textarea problem - shifted to the right side
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Affected version:
Description
Environment:
Redmine version 3.3.3.stable.16680
Ruby version 2.2.6-p396 (2016-11-15) [x86_64-linux]
Rails version 4.2.7.1
Environment production
Database adapter Mysql2
Problem screenshot is attached.
A local solution:
nano public/stylesheets/application.css
and add
#issue_description_and_toolbar .textoverlay-wrapper {width: 95%;}
#issue_description_and_toolbar .textoverlay {width: 95%;}
Files
Actions