-
Notifications
You must be signed in to change notification settings - Fork 100
[ENHANCEMENT] align recently dash view table #1504
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
[ENHANCEMENT] align recently dash view table #1504
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.
LGTM, I wonder if there's a better solution to avoid this magic number of 3% for top margin, anyway that's good enough for the time being imho.
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.
Nice ! So cool you have the pixel perfect in the eyes !!
Me too! |
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.
Ahahaha, in my last PR I did something similar, but yours is better with cards aligned (PR) 🤫
LGTM! Margin 3% can be replaced by "basic" number 😄
ddf19ac
to
6f87ded
Compare
Signed-off-by: Nicolas Takashi <nicolas.tcs@hotmail.com>
6f87ded
to
805f269
Compare
Description
Align recently dash view table with left side table.
Screenshots
Before
After
Checklist
[<catalog_entry>] <commit message>
naming convention using one of the followingcatalog_entry
values:FEATURE
,ENHANCEMENT
,BUGFIX
,BREAKINGCHANGE
,IGNORE
.UI Changes