Explorar o código

[FE] Fix oldest first button overlaps the Submit button (#3005)

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
kristi-dev %!s(int64=2) %!d(string=hai) anos
pai
achega
e261143bb4

+ 1 - 0
kafka-ui-react-app/src/components/Topics/Topic/Messages/Filters/Filters.styled.ts

@@ -33,6 +33,7 @@ export const FilterInputs = styled.div`
   gap: 8px;
   gap: 8px;
   align-items: flex-end;
   align-items: flex-end;
   width: 90%;
   width: 90%;
+  flex-wrap: wrap;
 `;
 `;
 
 
 export const SeekTypeSelectorWrapper = styled.div`
 export const SeekTypeSelectorWrapper = styled.div`