I have three small buttons in a cell of a layour grid. When the cell is wide enough, the buttons appear aide by side. Is there any way to keep them on top of each other (so they are always vertically spaced and never horizontally spaced)?
Button are 'inline' elements so they are always on the same row unless they are full width.
If you put the buttons in a flex container then you can set the flex direction to 'column'
For layout grids, you can insert a full width spacer (for example a horizontal line) between the buttons.