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:
@@ -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 %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user