2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03: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
+1 -1
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>