Fix spacing at bottom of ChangelogModal

This commit is contained in:
Justin Edmund 2023-01-21 03:43:18 -08:00
parent baeaf4f73d
commit c9315ab397

View file

@ -9,6 +9,7 @@
display: flex;
flex-direction: column;
gap: $unit-4x;
margin-bottom: $unit-4x;
}
.version {