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
Using manual sizing like slds-size--1-of-2 with slds-grid--vertical does not work.
Apparently slds-size--xxxx is implemented using width : xxxx which obviously does not work with column (should be height : xxxx in that case...).
Maybe a more generic approach using flex-basis : xxxx could solve the problem ?
The text was updated successfully, but these errors were encountered:
Using manual sizing like
slds-size--1-of-2
withslds-grid--vertical
does not work.Apparently
slds-size--xxxx
is implemented usingwidth : xxxx
which obviously does not work with column (should beheight : xxxx
in that case...).Maybe a more generic approach using
flex-basis : xxxx
could solve the problem ?The text was updated successfully, but these errors were encountered: