Skip to content

Commit 53fee75

Browse files
committed
fix: remove margin-top on name/label/state introduced with 4.0.0 which broke many cards
Fixes #742, Fixes #744
1 parent af79877 commit 53fee75

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/styles.ts

-4
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,6 @@ export const styles = css`
209209
justify-self: center;
210210
}
211211
212-
#container.vertical div#img-cell + div,
213-
#container.name_state div#img-cell + div {
214-
margin-top: 8px;
215-
}
216212
#container.vertical {
217213
grid-template-areas: 'i' 'n' 's' 'l';
218214
grid-template-columns: 1fr;

0 commit comments

Comments
 (0)