diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 8ebdd3e..8d4280a 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -5,8 +5,8 @@ function App() { return ( <> -
select {
padding: 8px;
border: 1px solid #2E8BC0;
border-radius: 4px;
- width: 100%; /* fill the container width */
- }
+ width: 100%;
+}
+
+.filter-item {
+ width: 100%;
+}
.submit-button {
padding: 8px 16px;