Skip to content

Commit

Permalink
reverting to position: absolute because I was getting a large gap in …
Browse files Browse the repository at this point in the history
…Safari
  • Loading branch information
ryanb committed Sep 8, 2011
1 parent a8acbd3 commit db46607
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/letter_opener/message.html.erb
Expand Up @@ -2,7 +2,7 @@

<style type="text/css">
#message_headers {
position: static;
position: absolute;
top: 0px;
left: 0;
width: 100%;
Expand Down
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -6,4 +6,7 @@
require "launchy"

RSpec.configure do |config|
config.treat_symbols_as_metadata_keys_with_true_values = true
config.filter_run :focus => true
config.run_all_when_everything_filtered = true
end

0 comments on commit db46607

Please sign in to comment.