Add flex-wrap to download item
This commit is contained in:
parent
2f6e3bf86c
commit
a304ca109d
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ export default {
|
|||
line-height: 16px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.build-number {
|
||||
color: #0009;
|
||||
|
|
Loading…
Reference in a new issue