Update templates/menu.html
Browse files- templates/menu.html +2 -2
templates/menu.html
CHANGED
|
@@ -499,8 +499,8 @@
|
|
| 499 |
#filter-form {
|
| 500 |
display: flex;
|
| 501 |
flex-direction: column;
|
| 502 |
-
align-items:
|
| 503 |
-
justify-content:
|
| 504 |
margin-bottom: 20px;
|
| 505 |
}
|
| 506 |
.form-label {
|
|
|
|
| 499 |
#filter-form {
|
| 500 |
display: flex;
|
| 501 |
flex-direction: column;
|
| 502 |
+
align-items: flex-start; /* Align to the left */
|
| 503 |
+
justify-content: flex-start; /* Align to the top */
|
| 504 |
margin-bottom: 20px;
|
| 505 |
}
|
| 506 |
.form-label {
|