Skip to content

Commit e261143

Browse files
[FE] Fix oldest first button overlaps the Submit button (#3005)
Co-authored-by: Roman Zabaluev <[email protected]>
1 parent be151b4 commit e261143

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export const FilterInputs = styled.div`
3333
gap: 8px;
3434
align-items: flex-end;
3535
width: 90%;
36+
flex-wrap: wrap;
3637
`;
3738

3839
export const SeekTypeSelectorWrapper = styled.div`

0 commit comments

Comments
 (0)