Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I change the overall font size? #712

Open
bernardwiesner opened this issue Jul 18, 2022 · 1 comment
Open

How can I change the overall font size? #712

bernardwiesner opened this issue Jul 18, 2022 · 1 comment

Comments

@bernardwiesner
Copy link

I am trying to change the overall font size for the calendar and time table. I can change individual css like:

.mx-table-date {
  td,
  th {
    height: 32px;
    font-size: 16px;
  }
}

But how can I increase the overall font size? Or must I do it individually for every css selector? Actually I just want to increase the overall size of the calendar.

@dfkkg
Copy link

dfkkg commented Feb 3, 2023

Try this:

.mx-table-date td, .mx-table-date th {
    height: 32px;
    font-size: 15px;
}

if not works - add " !important" for params

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants