Skip to content

Fix height input element #39

@webserveis

Description

@webserveis

In chrome w11, input element see diferent height

types input: date and time

<form action="#">
  <fieldset>
    <legend>Event Date</legend>
    <div class="form-group">
      <label for="event-date">Event date:</label>
      <input type="date" id="event-date" name="event-date">
    </div>
    <div class="form-group">
      <label for="event-time">Event time:</label>
      <input type="time" id="event-time" name="event-time">
    </div>
    <div class="form-group">
      <label for="event-timezone">Event Timezone:</label>
      <select id="event-timezone" name="event-timezone"></select>
    </div>
    <div class="form-group">
      <label for="audience">Audience:</label>
      <textarea id="audience" cols="30" rows="5" name="audience">Textarea text</textarea>
    </div>
    <div class="form-group">
      <label for="submit">Input Button:</label>
      <button class="btn btn-default" type="submit" role="button" name="submit" id="submit">Generate</button>
    </div>
  </fieldset>
</form>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions