Skip to content

Don't overwrite web browser default font size

Enrique Alcántara requested to merge do-not-overwrite-default-font-size into master

Some Pajamas components look bad in the pajamas website because they are using REM for all dimensions and the website overwrites the web browser default font-size. Maintaining the default web browser font size is a good practice because it allows the user to change it in the web browser settings and the UI will scale along with it.

For examples of components that look odd, check breadcrumbs, and tabs.

Edited by 🤖 GitLab Bot 🤖

Merge request reports

Loading