-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fixes for UI issues #11130
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
Fixes for UI issues #11130
Conversation
Kudos, SonarCloud Quality Gate passed!
|
@@ -488,5 +487,8 @@ collapse-bar controls-div [cell-input, cell-output, markdown-cell- | |||
} | |||
|
|||
.native-editor-celltoolbar-middle .image-button { | |||
margin-right: 8px; | |||
margin-right: 3px; |
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.
Personally I prefer margin: 4px 3px
.
@@ -529,7 +531,10 @@ body, html { | |||
} | |||
|
|||
.toolbar-menu-bar .image-button { | |||
margin-right: 12px; | |||
margin-top: 8px; |
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.
Or margin: 8px 7px 9px 7px
Codecov Report
@@ Coverage Diff @@
## master #11130 +/- ##
==========================================
- Coverage 61.47% 61.44% -0.03%
==========================================
Files 597 597
Lines 32801 32801
Branches 4640 4640
==========================================
- Hits 20163 20154 -9
- Misses 11622 11629 +7
- Partials 1016 1018 +2
Continue to review full report at Codecov.
|
For #10464, #10465
Change icon spacing and font for toolbar