-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Description
Steps to reproduce:
- Start Redis Insight and create/connect to a database
- Use the
Bulk Actions
upload file option. I used this file -> https://github.com/raw/redis-developer/Redis-University-Insight/refs/heads/main/commands.txt - After a successful upload, you can see the broken layout - columns are smashed together.
Additional context:
Operating System: MacOS Sequoia 15.5, Apple Silicon (M4)
Redis Insight: 2.70.0 (2.70.0) (For Desktop)
It can be fixed by changing the justify-content
parameter of the bulk-upload-completed-summary
element from flex-start
to space-between
.
Metadata
Metadata
Assignees
Labels
No labels