Skip to content

Commit f382ef7

Browse files
committed
fix: fix boards view mobile layout
1 parent 4342137 commit f382ef7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Boards.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ img.avatar-small {
231231
display: flex;
232232
flex-direction: row;
233233
padding: 0 0 1rem 0;
234-
234+
@include break-mobile-sm { flex-direction: column; }
235235
.info {
236236
flex: 2 0 0;
237237
margin-right: 1rem;

0 commit comments

Comments
 (0)