File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ class DefaultEditor extends Component {
7373 { logo ? logo : null }
7474 < GraphCreatePanel group = { _ ( 'Graph' ) } name = { _ ( 'Create' ) } />
7575 < GraphSubplotsPanel group = { _ ( 'Graph' ) } name = { _ ( 'Subplots' ) } />
76- { this . hasTransforms ( ) && < GraphTransformsPanel group = { _ ( 'Graph' ) } name = { _ ( 'Transforms ' ) } /> }
76+ { this . hasTransforms ( ) && < GraphTransformsPanel group = { _ ( 'Graph' ) } name = { _ ( 'Transform ' ) } /> }
7777 < StyleTracesPanel group = { _ ( 'Style' ) } name = { _ ( 'Traces' ) } />
7878 < StyleLayoutPanel group = { _ ( 'Style' ) } name = { _ ( 'Layout' ) } />
7979 { this . hasAxes ( ) && < StyleAxesPanel group = { _ ( 'Style' ) } name = { _ ( 'Axes' ) } /> }
8080 < StyleLegendPanel group = { _ ( 'Style' ) } name = { _ ( 'Legend' ) } />
8181 { this . hasColorbars ( ) && < StyleColorbarsPanel group = { _ ( 'Style' ) } name = { _ ( 'Color Bars' ) } /> }
82- < StyleNotesPanel group = { _ ( 'Style' ) } name = { _ ( 'Annotations ' ) } />
82+ < StyleNotesPanel group = { _ ( 'Style' ) } name = { _ ( 'Annotate ' ) } />
8383 < StyleShapesPanel group = { _ ( 'Style' ) } name = { _ ( 'Shapes' ) } />
8484 < StyleImagesPanel group = { _ ( 'Style' ) } name = { _ ( 'Images' ) } />
8585 { this . hasSliders ( ) && < StyleSlidersPanel group = { _ ( 'Style' ) } name = { _ ( 'Sliders' ) } /> }
Original file line number Diff line number Diff line change 4040 align-self : center ;
4141 }
4242 & __title {
43- width : 30 % ;
43+ width : 80 px ;
4444 // flex-shrink:0;
4545 padding-left : var (--spacing-half-unit );
4646 display : block ;
Original file line number Diff line number Diff line change 11/*
22 * Layout
33 */
4- $layout-panel-width : 345 px ;
5- $layout-sidebar-width : 120 px ;
4+ $layout-panel-width : 335 px ;
5+ $layout-sidebar-width : 100 px ;
You can’t perform that action at this time.
0 commit comments