-
Notifications
You must be signed in to change notification settings - Fork 190
CAMEL-15360: fix HTML validation issues #443
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
Conversation
83ec960 to
571d2ab
Compare
|
|
571d2ab to
24e04ac
Compare
This is the input showing beneath the content made with |
|
@zregvart yes, I observed that it's better just the + is included now within the desktop version (> 1024px) as well so best we include separate id for those labels and change display property as per that. |
This greatly simplifies the footer design and fixes HTML issues identified by `check:html` script. We're now using Unicode full width plus symbol so we don't need the SVG icons for show/hide menu.
24e04ac to
8c53458
Compare
|
@AemieJ I think this is now okay to get merged, thanks for reviewing, can you check the latest version when the preview is built? |
|
LGTM. |

This greatly simplifies the footer design and fixes HTML issues
identified by
check:htmlscript.We're now using Unicode full width plus symbol so we don't need the SVG
icons for show/hide menu.