Skip to content
Snippets Groups Projects
Commit dde9193b authored by Morris Jobke's avatar Morris Jobke
Browse files

Merge pull request #7332 from owncloud/IE10-viewport

fix IE10 viewport sizeing
parents ec45a3c0 d9bb2114
Branches
No related tags found
No related merge requests found
......@@ -958,3 +958,8 @@ div.crumb:active {
opacity: 0;
}
/* for IE10 */
@-ms-viewport {
width: device-width;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment