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

[Component Styling] Enhance FeaturesContainer to allow for selective styling #5229

Closed
leecalcote opened this issue Dec 22, 2023 · 6 comments · Fixed by #5230
Closed

[Component Styling] Enhance FeaturesContainer to allow for selective styling #5229

leecalcote opened this issue Dec 22, 2023 · 6 comments · Fixed by #5230
Labels
framework/gatsby Gatsby related help wanted Extra attention is needed kind/enhancement New feature or request language/css

Comments

@leecalcote
Copy link
Member

Current Behavior

Unable to style words within the descr property of the FeaturesContainer component.

Desired Behavior

It'd be great to be able to style words within the descriptions here - https://github.com/layer5io/layer5/blob/master/src/sections/Home/FeaturesContainer/index.js#L45-L46. Like putting italics around the word "and".

Screenshots / Mockups

Screenshot 2023-12-22 at 2 25 25 PM


Contributor Resources and Handbook

The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master branch.

Join the Layer5 Community by submitting your community member form.

@leecalcote leecalcote added kind/enhancement New feature or request help wanted Extra attention is needed framework/gatsby Gatsby related language/css labels Dec 22, 2023
@horizenight
Copy link
Contributor

Fix: use this formatting style : ) opens to a lot of formatting abilities to the text

 desc: (
        <span>
          Incorporate AWS and GCP components into Meshery designs for comprehensive and intuitive system mapping, documentation, <i>and</i> orchestration.
        </span>
      ),

instead of :

desc: "Incorporate AWS and GCP components into Meshery designs for comprehensive and intuitive system mapping, documentation, and orchestration.",

@kishore2k
Copy link

if the issue is yet to be solved, can i take up this issue ?

@AllenOps08
Copy link

Is this issue solved ?

@RafaelJohn9
Copy link
Contributor

@leecalcote if the issue hasn't been solved I would like to work on it

@leecalcote
Copy link
Member Author

@iArchitSharma will you please triage?

@iArchitSharma
Copy link
Contributor

@leecalcote Done merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
framework/gatsby Gatsby related help wanted Extra attention is needed kind/enhancement New feature or request language/css
Development

Successfully merging a pull request may close this issue.

6 participants