-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Description
Problem
Now, the language selection is overflowing in the ancillary menu of cc-legal-tools-app. (See: cc-legal-tools-app#418).
Description
We need to set the font size in more detail to fix this. I wrote CSS like this and the problem was fixed in my PR:
.ancilliary-menu {
font-size: min(.8em, 2.5vw);
}
Additional context
I created a PR for the cc-legal-tools-app and overrode the font size of .ancilliary-menu. This needs to be fixed cc-legal-tools-app#418 without using Media queries/breakpoints.
Alternatives
Media queries/breakpoints can be used to specify font size, but I think this method is better.
Implementation
- I would be interested in implementing this feature.
Metadata
Metadata
Assignees
Labels
✨ goal: improvementImprovement to an existing featureImprovement to an existing feature💻 aspect: codeConcerns the software code in the repositoryConcerns the software code in the repository🚧 status: blockedBlocked & therefore, not ready for workBlocked & therefore, not ready for work🟩 priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushed
Type
Projects
Status
Backlog