Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

date and time inputs are not streched inside a flexbox #26682

Open
CYBAI opened this issue May 27, 2020 · 0 comments
Open

date and time inputs are not streched inside a flexbox #26682

CYBAI opened this issue May 27, 2020 · 0 comments

Comments

@CYBAI
Copy link
Member

CYBAI commented May 27, 2020

Servo Firefox 76.0.1
image image
<style>
.container {
  width: 300px;
  background-color: red;
}

.body {
  display: flex;
  padding: 12px 16px;
}

.date {
  flex-grow: 1;
  margin-right: 4px;
}

.date input, .time input {
  padding-left: 12px;
  padding-right: 20px;
}
</style>

<div class=container>
  <div class="body">
    <div class="date">
      <input type="date">                      
    </div>
    <div class="time">
      <input type="time">
    </div>
  </div>
</div>

Built with latest master (d96550b) on macOS 10.14.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants