Skip to content

Commit

Permalink
Gap is not supported across browsers, use padding instead (#2334)
Browse files Browse the repository at this point in the history
  • Loading branch information
karriebear committed Nov 10, 2020
1 parent d948e14 commit 3a2b939
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/core/Block/Block.scss
@@ -1,5 +1,8 @@
.stBlock-horiz {
display: flex;
gap: 8px;
flex-wrap: wrap;

.stBlock:not(:first-child) {
padding-left: 8px;
}
}

0 comments on commit 3a2b939

Please sign in to comment.