Vertical Action Row
Reorients the Action Row layout vertically, placing buttons below the text and left-aligned for better clarity when text is long.
/* Vertical Layout for Action Row */
.lc-vertical-action-row div[data-testid="action-row-container"] {
flex-direction: column;
}
.lc-vertical-action-row div[class*="action-row"][class*="StyledDiv3"] {
margin-top: 10px;
justify-content: flex-start; /* Align actions to left */
}
LessCode Design Library
Check out other similar custom css designs