The .w-full utility class can be used to make an element fill the full width of its parent container. Particularly useful for buttons and form elements.
.w-full {
width: 100%;
}
The .w-full utility class can be used to make an element fill the full width of its parent container. Particularly useful for buttons and form elements.
.w-full {
width: 100%;
}