Skip to content

Commit ad3ea72

Browse files
authored
fix: prevent Chrome Android date input value clipping (#2037)
1 parent d3cfce5 commit ad3ea72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/components/Package/TrendsChart.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,4 +2105,8 @@ watch(selectedMetric, value => {
21052105
[data-minimap-visible='false'] .vue-data-ui-watermark {
21062106
top: calc(100% - 2rem) !important;
21072107
}
2108+
2109+
input::-webkit-date-and-time-value {
2110+
margin-inline: 4px;
2111+
}
21082112
</style>

0 commit comments

Comments
 (0)