2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Cosmetic changes in snippets.

This commit is contained in:
XhmikosR
2019-02-10 22:25:51 +02:00
parent 7a9a8db7b1
commit bbf8b768ef
10 changed files with 16 additions and 15 deletions
+1 -1
View File
@@ -115,7 +115,7 @@ Set heights using classes like `.form-control-lg` and `.form-control-sm`.
Add the `readonly` boolean attribute on an input to prevent modification of the input's value. Read-only inputs appear lighter (just like disabled inputs), but retain the standard cursor.
{% capture example %}
<input class="form-control" type="text" placeholder="Readonly input here" readonly>
<input class="form-control" type="text" placeholder="Readonly input here..." readonly>
{% endcapture %}
{% include example.html content=example %}