-
Notifications
You must be signed in to change notification settings - Fork 15
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
Typography fixes for merged Branding PR's #196
Conversation
This fixes UAST tab changes some global styles #183 Signed-off-by: Ricardo Baeta <[email protected]>
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.
I see no technical problems but I hadn't time to test it locally
The other issues listed seem to be fixed. But the sql lab results is not working properly right now. In this PR, when the table is too tall, the scrollbar is half hidden. If I try to scroll to the bottom of the table, I can't. Without the outer scrollbar some contents just disappear. When the results table is too wide I can't see the bottom scrollbar: This is how it looks in v0.3.0-rc.1. And in master (97fcccf). Here you can see the bottom is just a little bit clipped, the horizontal scrollbar is half-hidden. |
In case it wasn't clear in my previous comment, I think #184 is something that we can improve, but at worst is not much than an inconvenience. While the changes in this PR can be considered a bug. |
Signed-off-by: Ricardo Baeta <[email protected]>
After testing the last commit 9efe159, I've noticed 2 problems.
When the results table is too tall, the vertical scroll gets hidden:
In 9efe159: In v0.3.0-rc.1: See the gif used in point 1, it can be seen that the table has a fixed height and a lot of white space below it. . Since this doesn't look like a straight forward fix, I'd suggest to remove any related code from this PR, leave #184 as a known issue for now since it's mostly a cosmetic thing, and fix it independently later. |
Signed-off-by: Ricardo Baeta <[email protected]>
Signed-off-by: Ricardo Baeta <[email protected]>
Signed-off-by: Ricardo Baeta <[email protected]>
Thanks @carlos! I already pushed a commit |
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.
LGTM,
I only found this issue #199, but was not created by this PR, so I'd say merge
This PR fixes the identified issues on the UI, after we merged Branding typography PR #139 and Adds UI Elements Branding to UI PR #142
The issues solved are listed bellow:
Signed-off-by: Ricardo Baeta [email protected]