Skip to content

Commit 6a9d4a1

Browse files
update
1 parent 4542c47 commit 6a9d4a1

14 files changed

+2
-1
lines changed

apps/demos/Demos/Drawer/TopOrBottomPosition/Vue/App.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ const toolbarContent = [{
139139
.option {
140140
margin-top: 10px;
141141
display: inline-block;
142-
margin-right: 54px;
142+
margin-right: 50px;
143143
}
144144
145145
label {
Loading

apps/demos/utils/visual-tests/matrix-test-helper.js

+1
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ const SKIPPED_TESTS = {
304304
React: {
305305
Charts: [
306306
{ demo: 'Overview', themes: [THEME.material] },
307+
{ demo: 'PieWithResolvedLabelOverlapping', themes: [THEME.material] },
307308
{ demo: 'ZoomingAndScrollingAPI', themes: [THEME.material] },
308309
{ demo: 'Crosshair', themes: [THEME.material] },
309310
{ demo: 'CustomAnnotations', themes: [THEME.material] },

0 commit comments

Comments
 (0)