Changed slot cards to column layout

This commit is contained in:
Stefan Zermatten
2022-08-16 13:40:58 +02:00
parent 9284c9ad76
commit 193d5eec50
4 changed files with 21 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ export default {
};
</script>
<style lang="css" scoped>
<style lang="css">
.column-layout {
column-count: 12;
column-fill: balance;
@@ -35,7 +35,7 @@ export default {
transform: translateZ(0);
padding: 4px;
}
.column-layout >>> > div {
.column-layout > div, .column-layout > span > div {
/*
Table and width set because firefox does not support break-inside: avoid
*/