-
Notifications
You must be signed in to change notification settings - Fork 18
Labels
Description
Subject of the issue
The action/submit button appears to have a margin even when the feedback button is not present. This can lead to the button being slightly off-centered.

adapt-contrib-core/less/core/button.less
Lines 21 to 24 in 1412536
&__action:not(.is-full-width) { | |
width: calc(~'50% - @{btn-padding}'); | |
margin-inline-end: @btn-padding; | |
} |
Possible solutions
- Only add a margin if both buttons (submit and feedback) are present.
- Remove margins and use a
column-gap
property on.btn__response-container
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Needs Reviewing