app/assets/stylesheets/pulitzer.scss in pulitzer-0.1.4 vs app/assets/stylesheets/pulitzer.scss in pulitzer-0.1.5

- old
+ new

@@ -154,14 +154,10 @@ .pulitzer-form-left { float:left !important; width: 80px; } -.wysihtml5-sandbox { - width: 100% !important; -} - .drag_handle { margin-top: 6px; width: 12px; height: 9px; .drag_handle_indent { @@ -170,6 +166,12 @@ margin-bottom: 1px; background-color: #e6e6e6; border-top: 1px solid #636564; border-left: 1px solid #636564; } +} + + +// wysihtml5 +.wysihtml5-sandbox { + width: 100% !important; }