Skip to content

Commit f7a3c6c

Browse files
author
Bahtiyar Özer
committed
Change Direction Flex Legends
1 parent ef1ca14 commit f7a3c6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/css/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
.legend-container {
2323
width: 100%;
2424
display: flex;
25-
flex-wrap: nowrap;
26-
flex-direction: wrap;
25+
flex-wrap: wrap;
26+
flex-direction: row;
2727
gap: 10px;
2828
}
2929

0 commit comments

Comments
 (0)