Center align content of date input (#8134)

This commit is contained in:
Philip Allgaier
2021-01-13 17:10:08 +01:00
committed by GitHub
parent 6b20bb967b
commit c28a7d6c10

View File

@@ -12,6 +12,9 @@ documentContainer.innerHTML = `
top: 2px;
height: 30px;
}
[part="value"] {
text-align: center;
}
</style>
</template>
</dom-module>