Skip to content

Commit

Permalink
Code edit
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Nov 14, 2014
1 parent 7be6236 commit 192b0e8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions app/assets/stylesheets/components/_phone.css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@
font-size: $font_size_90;
color: $greyscale_midtone;
}

.vanity-number {
display: block;
}
}
2 changes: 1 addition & 1 deletion app/views/component/detail/_phone.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
%i{ class: phone_icon_for(phone.number_type) }
%span
- if phone.vanity_number.present?
%span
%div
%span.vanity-number
= phone.vanity_number
%span.annotated-text-block
Expand Down

0 comments on commit 192b0e8

Please sign in to comment.