1
1
mirror of https://github.com/primer/css.git synced 2024-11-28 13:12:16 +03:00

Merge pull request #675 from mxstbr/patch-1

Fix <details> spacing
This commit is contained in:
simurai 2019-03-13 12:16:49 +09:00 committed by GitHub
commit e0bcf52497
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,8 @@
ol, ol,
dl, dl,
table, table,
pre { pre,
details {
margin-top: 0; margin-top: 0;
margin-bottom: $spacer-3; margin-bottom: $spacer-3;
} }