Home › Forums › KX Solutions › How can I use css for constantly updating values and buttons in Kx Dashboards? › Re: How can I use css for constantly updating values and buttons in Kx Dashboards?
-
Hello ui-justin,
We are delighted to welcome you to the KX Community. Thank you for your contribution.
The following should help you for the font-sizing issue of Text&Button:
@media screen and (max-width: 1600px){
.basicComponents_label > div { font-size: 17px; }
.link-button button > span { font-size: 17px; }
}@media screen and (max-width: 1280px){
.basicComponents_label > div { font-size: 13px; }
.link-button button > span { font-size: 13px; }
}Let us know how you get on with this. We look forward to future engagement.
Kind regards,
Leah