You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to put my gridcell content in middle. I tested with mdc, its working fine. But on my react, I am using rmwc and trying to do align middle, but it's not working.
Unfortunately, this is a little difficult at the moment.
It actually does work, but requires some styling. If you look at the material docs they actually have custom sizing on the interior grid element. Use some CSS to set the height of the inner grid. I'll also go ahead and add an enhancement to The grid to allow you to return your own GridInner component with custom styles.
I am trying to put my gridcell content in middle. I tested with mdc, its working fine. But on my react, I am using rmwc and trying to do align middle, but it's not working.
Here is my code:
I saw from Inspect element, its shows the div class like belows
How can I make it html tag(
<div class="" align='middle'>
), not into the classname.I am using react 15.6.
rmcw: 1.7.5
The text was updated successfully, but these errors were encountered: