Skip to content

Commit

Permalink
Fix image-orientation line-wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed Jan 3, 2017
1 parent 1094c68 commit 94412ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/style/properties/longhand/inherited_box.mako.rs
Expand Up @@ -60,8 +60,8 @@ ${helpers.single_keyword("image-rendering",
<%helpers:longhand name="image-orientation"
products="None"
animatable="False"
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
spec="https://drafts.csswg.org/css-images/#propdef-image-orientation, \
/// additional values in https://developer.mozilla.org/en-US/docs/Web/CSS/image-orientation">
use std::fmt;
use style_traits::ToCss;
use values::specified::Angle;
Expand Down

0 comments on commit 94412ab

Please sign in to comment.