Skip to content

Commit c4e006b

Browse files
authored
Merge pull request #38 from TMCApplications/time-input-width-fix-4.32
Fix time inputs displaying full width after 4.32.x
2 parents 361cced + 009e2ac commit c4e006b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

dist/js/field.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/js/components/TimeInput.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@ export default {
4747
input[type="text"] {
4848
width: 75px;
4949
}
50+
51+
input[type="time"] {
52+
max-width: fit-content;
53+
}
5054
</style>

0 commit comments

Comments
 (0)