Better style for embedded cards

This commit is contained in:
Joachim 2021-12-04 16:18:11 +01:00
parent 78a0092f92
commit 5ffe465a7a

View file

@ -20,6 +20,10 @@ body {
overflow: visible;
}
.card.has-border {
border: 1px solid #eee;
}
.scroll-x {
overflow: hidden;
overflow-x: auto;