Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed width breaks Contribution Page layout #332

Open
sluc23 opened this issue Nov 12, 2018 · 0 comments
Open

Fixed width breaks Contribution Page layout #332

sluc23 opened this issue Nov 12, 2018 · 0 comments
Labels

Comments

@sluc23
Copy link

sluc23 commented Nov 12, 2018

This fixed width: 205px;, compresses the layout of the Confirm & Thank you in Contribution Pages, when it should be 100%

https://github.com/civicrm/org.civicrm.shoreditch/blob/master/scss/civicrm/contact/pages/_contributions.scss#L152

  form[class*='CRM_Contribute_Form_'] {

    . . .

    .label-left {
      padding: 15px;
      width: 205px;
}

now it looks like:
captura de pantalla 2018-11-12 18 20 00

it should look like this:
captura de pantalla 2018-11-12 18 24 13

@sluc23 sluc23 changed the title Contribute fixed width breaks Cotnribution Page layout Fixed width breaks Contribution Page layout Nov 12, 2018
@AkA84 AkA84 added the bug label Dec 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants