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
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
The problem is, parent node is <button> with flex-direction: row, child element does not accept height in percentage.
height in percentage only works if parent node is <div>
The text was updated successfully, but these errors were encountered:
I am having following html markup
and css applied:
The problem is, parent node is
<button>
withflex-direction: row
, child element does not accept height in percentage.height in percentage only works if parent node is
<div>
The text was updated successfully, but these errors were encountered: