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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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