increase max width for type id editor

pull/6827/head
Florian Kraft 10 years ago
parent 29a0a4c7ec
commit 8dd699a1f5
  1. 2
      app/assets/stylesheets/backlogs/master_backlog.css.sass

@ -304,7 +304,7 @@
.type_id.editor .type_id.editor
width: expression( document.body.clientWidth > 99 ? "100px" : "auto" ) width: expression( document.body.clientWidth > 99 ? "100px" : "auto" )
/* sets max-width for IE */ /* sets max-width for IE */
max-width: 100px max-width: 140px
/* for the cool guys */ /* for the cool guys */
.subject.editor .subject.editor
min-width: 19em min-width: 19em

Loading…
Cancel
Save