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

In 63.0 flex layouts are broken - works in 62.3 #2311

Closed
EugenMayer opened this issue Nov 25, 2024 · 2 comments
Closed

In 63.0 flex layouts are broken - works in 62.3 #2311

EugenMayer opened this issue Nov 25, 2024 · 2 comments

Comments

@EugenMayer
Copy link

.dashboard-section {
  display: flex;
  flex-wrap: wrap;
  margin-left: -16px;

  .dashboard-column {
    word-wrap: break-word;
    flex-grow: 0;
    overflow: hidden;
    padding-left: 16px;
  }

  .dashboard-column-1-2 {
    flex-basis: 50%;
    max-width: 50%;
  }
}
<div class="dashboard">
  <div class="dashboard-section dashboard-section-widget-2" data-column-structure="1-2_1-2">
    <div class="dashboard-col-1 dashboard-column dashboard-column-1-2">
      <div class="dashboard-column-content"><p>left</p></div>
    </div>
    <div class="dashboard-col-2 dashboard-column dashboard-column-1-2">
      <div class="dashboard-column-content"><p>right</p></div>
    </div>
  </div>
</div>

In 63.0 they just overlap
Image

In 62.3 they are side by side
Image

63.0 generated PDF: print.pdf
62.2 generated PDF: print 62.3.pdf

@liZe
Copy link
Member

liZe commented Nov 25, 2024

Hi!

Thanks for the report and the clean sample. It’s a duplicate of #2292, it’s already fixed in the main branch. We’ll release version 63.1 soon.

@liZe liZe closed this as not planned Won't fix, can't repro, duplicate, stale Nov 25, 2024
@EugenMayer
Copy link
Author

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants