Skip to content

Commit

Permalink
fix(lib): align legend with the title
Browse files Browse the repository at this point in the history
  • Loading branch information
louismaximepiton authored and julien-deramond committed Jul 26, 2024
1 parent bdd9368 commit c55e002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/theme/css-themes/css-themes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class ODSChartsCSSThemeDefinition {
const BOOSTED5_Definition: ODSChartsCSSThemeDefinition = {
legends: {
odsChartsLegendHolder: {
classes: ['ps-3', 'pt-2'],
classes: ['pt-2'],
},
odsChartsLegendContainer: {
classes: ['d-flex', 'flex-wrap', 'justify-content-start'],
Expand Down Expand Up @@ -143,7 +143,7 @@ const BOOSTED5_Definition: ODSChartsCSSThemeDefinition = {
const BOOSTED4_Definition: ODSChartsCSSThemeDefinition = {
legends: {
odsChartsLegendHolder: {
classes: ['pl-3', 'pt-2'],
classes: ['pt-2'],
},
odsChartsLegendContainer: {
classes: ['d-flex', 'flex-wrap', 'justify-content-start'],
Expand Down

0 comments on commit c55e002

Please sign in to comment.