Premium support for our pure JavaScript UI components


Post by symas »

Hi

I have changed the row-height to 40.
My SchedulerPro looks now:

15-11-2022_14-43-49.png
15-11-2022_14-43-49.png (41.94 KiB) Viewed 196 times

I have tested this in the sample "Drag between schedulers (Angular)" and there the font will be resized:

15-11-2022_14-48-16.png
15-11-2022_14-48-16.png (38.26 KiB) Viewed 196 times

Do I have to adjust the font with css (when yes, how /which classes?) or is there a configuration for this ?
second question: Do I have to adjust the font with css or is there a configuration for this ?

Thanks for your help.

Best Regards
Thomas


Post by alex.l »

Hi Thomas,
No extra configs required, you can inspect CSS classes and styles used in our examples (with DevTools of your browser) and compare with your app.
Maybe you used px for sizing of some element inside? We can't say without seen your application.
Goto https://bryntum.com/examples/scheduler/rowheight/ , open DevTools and find the difference with you styling.

All the best,
Alex


Post by symas »

Hi Alex
Thank you. I have found the problem: _reboot.scss from Bootstrap was styling the dl and dd Tags with some margins.
Best Regards, Thomas


Post Reply