Skip to content

Commit

Permalink
Polish labels
Browse files Browse the repository at this point in the history
  • Loading branch information
blokhin committed Mar 30, 2024
1 parent 13a7c98 commit f8c1852
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions plot/legend/cmp/cmp.view.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ namespace $.$$ {

$mol_style_define( $mpds_visavis_plot_legend_cmp, {

lineHeight: '1',
lineHeight: '1.3',

position: 'absolute',
left: 0,
Expand All @@ -11,7 +11,7 @@ namespace $.$$ {
padding: {
bottom: $mol_gap.space,
},

gap: $mol_gap.block,
align: {
items: 'center',
Expand All @@ -25,6 +25,8 @@ namespace $.$$ {
$mol_style_define( $mpds_visavis_plot_legend_cmp_label, {

color: 'white',
fontSize: '0.8em',
fontStyle: 'italic',
padding: {
left: $mol_gap.space,
right: $mol_gap.space,
Expand Down

0 comments on commit f8c1852

Please sign in to comment.