mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-15 21:36:36 +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;
|
top: 2px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
[part="value"] {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
</template>
|
</template>
|
||||||
</dom-module>
|
</dom-module>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user