[Feature] Improve responsiveness of ancillary-menu #80
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🚧 status: blocked
Blocked & therefore, not ready for work
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:
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
The text was updated successfully, but these errors were encountered: