Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions packages/core/styles/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,13 @@ body.post-type-cdc_visualization .cdc-editor .configure .editor-panel {
input[type='range'] {
appearance: auto !important;
}

// Right now production uses bootstrap 5
// Editor uses bootstrap 4, so we need to support both
// This resolves issues for svg legend/datatable circle spacing
.me-2,
.mr-2 {
margin-right: 0.5rem !important;
margin-inline-end: 0.5rem !important;
}
}
8 changes: 0 additions & 8 deletions packages/core/styles/base/_general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,4 @@
display: flex;
}

// Right now production uses bootstrap 5
// Editor uses bootstrap 4, so we need to support both
// This resolves issues for svg legend/datatable circle spacing
.me-2,
.mr-2 {
margin-right: 0.5rem !important;
margin-inline-end: 0.5rem !important;
}
}
Loading