Skip to content

Commit

Permalink
fix: Remove extend-to-zoom from viewport in CSS (#980)
Browse files Browse the repository at this point in the history
This change removes the `width: extend-to-zoom` setting from `@viewport`.

Fixes #974
  • Loading branch information
kesara authored Apr 13, 2023
1 parent c014b7a commit 87e206e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml2rfc/data/xml2rfc.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

@viewport {
zoom: 1.0;
width: extend-to-zoom;
}
@-ms-viewport {
width: extend-to-zoom;
Expand Down

0 comments on commit 87e206e

Please sign in to comment.