-
Notifications
You must be signed in to change notification settings - Fork 4.6k
🪟 🧹 Stream details panel text cols should be equal width #21810
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🪟 🧹 Stream details panel text cols should be equal width #21810
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tested locally. looks good to me
set equal width for source and destination field names;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking really good, just one more change for long data types...
} | ||
|
||
.dataTypeCell { | ||
@extend %bodyCell; | ||
|
||
width: $cell-fixed-width; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The data type cell should maybe have a min-width and max-width. The max width should be up to 200px or so to fit the new data types introduced in #21757 (notably Timestamp With Timezone
)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What
Resolves #20454
UPD: I've updated the PR since the first implementation wasn't satisfied the requirements.
https://www.loom.com/share/6e9c63f8ab3541f7a9201d6bc2428171
How
Set range width for text cells(Source and Destination field names).
For other cells - set min-width: why not static width? - it looks nicer when we zoom out.