dreamRs / esquisse

RStudio add-in to make plots interactively with ggplot2
https://dreamrs.github.io/esquisse
Other
1.77k stars 229 forks source link

font of variables too small #104

Closed aleruete closed 4 years ago

aleruete commented 4 years ago

Hi, I don´t know exactly since which version but the font of the variables in the esquisser became too small. I am using the esquisse version 0.3.0. Is there something I am missing?

Cheers,

Alejandro

aleruete commented 4 years ago

Untitled

pvictor commented 4 years ago

Hello, You can override font size with CSS, like this :

tags$style(".container-drag-source, .box-dad {font-size: 20px;}")

You can put this code somewhere in your UI.

Victor

aleruete commented 4 years ago

Awesome, great! Thank you