Add flex-wrap to download item

This commit is contained in:
Dominik Korsa 2019-02-24 18:28:37 +01:00
parent 2f6e3bf86c
commit a304ca109d

View file

@ -103,6 +103,7 @@ export default {
line-height: 16px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
.build-number {
color: #0009;