windmill-labs / windmill

Open-source developer platform to power your entire infra and turn scripts into webhooks, workflows and UIs. Fastest workflow engine (13x vs Airflow). Open-source alternative to Retool and Temporal.
https://windmill.dev
Other
9.98k stars 472 forks source link

feature: Allow styling of `.ag-tooltip` at component level #3334

Open dm-canteen opened 7 months ago

dm-canteen commented 7 months ago

I am only able to style the AgGrid tooltips using the EE-only global styling like so:

.ag-tooltip {
  white-space: pre;
}

It would be nice for CE users to be able to access this class via the AgGrid component's styling: image

Bhavyajain21 commented 7 months ago

Can I be assigned?

dm-canteen commented 7 months ago

@Bhavyajain21 It auto-assigns Ruben but feel free to start a PR, I had these notes saved for if I had time to implement this: