bulma-book-code icon indicating copy to clipboard operation
bulma-book-code copied to clipboard

book.html : Nested div.field

Open jbuiquan opened this issue 6 years ago • 0 comments

Hi,

Is it a typo to nest the first form field (title) in another div with class field ?

<div class="field">
    <div class="field">
        <label class="label">Title</label>
        <div class="control">
            <input class="input is-large" type="text" value="TensorFlow For Machine Intelligence"
                placeholder="e.g. Designing with Bulma" required>
        </div>
    </div>
</div>

jbuiquan avatar Oct 21 '19 11:10 jbuiquan