1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 13:04:19 +00:00

🔧 Remove margin from BoxWithHeader, it will be set externally

This commit is contained in:
Stefano Pigozzi 2021-04-21 03:09:13 +02:00
parent add38ba38f
commit c4ca5365cc
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -1,6 +1,4 @@
.BoxWithHeader { .BoxWithHeader {
margin: 25px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
} }