fix: remove margin-top on name/label/state introduced with 4.0.0 which broke many cards

Fixes #742, Fixes #744
This commit is contained in:
Jérôme Wiedemann 2023-08-01 08:34:48 +00:00
parent af79877e7f
commit 53fee75c16
1 changed files with 0 additions and 4 deletions

View File

@ -209,10 +209,6 @@ export const styles = css`
justify-self: center;
}
#container.vertical div#img-cell + div,
#container.name_state div#img-cell + div {
margin-top: 8px;
}
#container.vertical {
grid-template-areas: 'i' 'n' 's' 'l';
grid-template-columns: 1fr;