mirror of
https://github.com/home-assistant/frontend.git
synced 2025-10-21 09:39:48 +00:00
Center align content of date input (#8134)
This commit is contained in:
@@ -12,6 +12,9 @@ documentContainer.innerHTML = `
|
||||
top: 2px;
|
||||
height: 30px;
|
||||
}
|
||||
[part="value"] {
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
</template>
|
||||
</dom-module>
|
||||
|
Reference in New Issue
Block a user