Page 1 of 1

[ANGULAR] Why is the font not changed when I change row-height?

Posted: Tue Nov 15, 2022 7:02 pm
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 238 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 238 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


Re: [ANGULAR] Why is the font not changed when I change row-height?

Posted: Wed Nov 16, 2022 5:16 am
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.


Re: [ANGULAR] Why is the font not changed when I change row-height?

Posted: Mon Nov 21, 2022 11:07 pm
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