Fix the rendering of compatibility lists (#590)

The compatibility div contains a span in its text, so making it a flex container produces a weird rendering
This commit is contained in:
Christophe Coevoet 2021-10-12 21:55:06 +02:00 committed by GitHub
parent e9fc66b955
commit 4a1b2fb212
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -112,6 +112,7 @@
.compatibility {
font-weight: 600;
color: $sl-color--midnight-blue;
display: block;
+ div { border: 0; }
}