We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is some extra space on the left side of FluentAnchor when using Appearance.Hypertext.
FluentAnchor
Appearance.Hypertext
The problem happens on the docs page of the FluentAnchor component right in the first example here: https://www.fluentui-blazor.net/Anchor
I took this example from the docs:
<p>With custom action</p> <FluentAnchor Href="#" Appearance="Appearance.Hypertext" OnClick="HandleClick">Link with no Href</FluentAnchor>
The <p> element content, and the <FluentAnchor> content should be in line. There shouldn't be any extra space when using Appearance.Hypertext.
<p>
<FluentAnchor>
I added a red line that shows the anchor is in line as a Button, but there is a bit of extra space with as Hypertext
Button
Hypertext
Not sure tbh. I'm not very good with CSS (which is why I like using this component library 😄).
But I think this problem was accidentally introduced in #2624 .
The text was updated successfully, but these errors were encountered:
Fix #3130 by not applying inline margin for hypertext.
52a8c37
Will be fixed in next release by PR mentioned
Sorry, something went wrong.
Fix #3130 by not applying inline margin for hypertext. (#3131)
1138039
Successfully merging a pull request may close this issue.
🐛 Bug Report
There is some extra space on the left side of
FluentAnchor
when usingAppearance.Hypertext
.💻 Repro or Code Sample
The problem happens on the docs page of the
FluentAnchor
component right in the first example here:https://www.fluentui-blazor.net/Anchor
I took this example from the docs:
🤔 Expected Behavior
The
<p>
element content, and the<FluentAnchor>
content should be in line.There shouldn't be any extra space when using
Appearance.Hypertext
.😯 Current Behavior
I added a red line that shows the anchor is in line as a
Button
, but there is a bit of extra space with asHypertext
💁 Possible Solution
Not sure tbh. I'm not very good with CSS (which is why I like using this component library 😄).
But I think this problem was accidentally introduced in #2624 .
🔦 Context
🌍 Your Environment
The text was updated successfully, but these errors were encountered: