Skip to content
Snippets Groups Projects
Verified Commit cb72dc39 authored by nd's avatar nd
Browse files

set width to 100%

parent 954d46f3
Branches
No related tags found
No related merge requests found
Pipeline #6260 passed
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
} }
</style> </style>
<body> <body>
<input id="text" name="text" placeholder="QR code content"> <input id="text" name="text" placeholder="QR code content" style="width: 100%;">
<div id="qrcode"></div> <div id="qrcode"></div>
</body> </body>
<script type="text/javascript" src="js/jquery.min.js"></script> <script type="text/javascript" src="js/jquery.min.js"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment