Why is footer using grid
?
#1777
Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
If setting
display
togrid
thenflex-direction
doesn't make sense.I would prefer it be flex but I don't know the reasoning for the decisions.
If I want to change it to flex in localized css how can I do that?
The above gets applied but is always overridden by the Fluent CSS which puts it back to
grid
.The only way I have figured out how to change it is with
Style="display: flex; flex-direction: row;"
Beta Was this translation helpful? Give feedback.
All reactions