Browse Source

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

Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
kristi-dev 2 years ago
parent
commit
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;
   align-items: flex-end;
   width: 90%;
+  flex-wrap: wrap;
 `;
 
 export const SeekTypeSelectorWrapper = styled.div`