Skip to content

Commit 1a52bbc

Browse files
authored
Merge pull request #7617 from plotly/cam/disallow-borders-graph-div
fix: Disallow borders on plot container
2 parents 98c69f2 + 1ba0c41 commit 1a52bbc

File tree

3 files changed

+2
-0
lines changed

3 files changed

+2
-0
lines changed

draftlogs/7617_change.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Turn off borders for plot container in CSS reset [[#7617](https://github.com/plotly/plotly.js/pull/7617)]
File renamed without changes.

src/css/_base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
font-family: 'Open Sans', verdana, arial, sans-serif;
44
margin: 0;
55
padding: 0;
6+
border: 0;
67
}
78

89
input, button {

0 commit comments

Comments
 (0)