1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-21 04:41:36 +02:00

Remove the now unneeded shrink-to-fit directive. (#28314)

This commit is contained in:
XhmikosR
2019-02-27 17:47:41 +02:00
committed by GitHub
parent 428280574b
commit d5f9107abb
15 changed files with 16 additions and 16 deletions

View File

@@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="../../../dist/css/bootstrap.min.css">
<title>Dropdown</title>
</head>