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