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
By default, the Rivet input group has squared edged next to the submit button. In the clearable version, the edges are rounded.
Looking into the rendered code of the Rivet version, this probably has something to do with it. Can either add these in as an override or restructure things a bit to use default names.
By default, the Rivet input group has squared edged next to the submit button. In the clearable version, the edges are rounded.
Looking into the rendered code of the Rivet version, this probably has something to do with it. Can either add these in as an override or restructure things a bit to use default names.
.rvt-input-group__input:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; z-index: 1; }
The text was updated successfully, but these errors were encountered: