Replies: 1 comment 2 replies
-
I think your first solution is good. Probably the Can you try using this style in your global
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
I'm in a worry...
I'm trying to change the width of a fluent-option...
Here, on the image above, we can see that the date isn't at the right of the fluent-option...
It seems that the issue is the content part of the fluent-option...
Because if I change this directly in the debugguer :
The content inside the fluent-option is at the good place...
I tried many things to change the content part in the fluent-option but no way work :(
I tried such things :
::deep fluent-option::part(content) { width: 100%; }
::deep fluent-option > content { width: 100% }
::deep fluent-option .content { width: 100% }
And this is very strange because if we try to do the same thing for a fluent-tabs, if we wrote this :
::deep fluent-tabs::part(activeIndicator) { width:90%; }
this work...
How can we change the width of the content part of the fluent-option ?
Thanks for help !
Best regards,
Beta Was this translation helpful? Give feedback.
All reactions