class align-center for Media Library does not works well

Created on 22 March 2021, about 4 years ago
Updated 22 July 2023, over 1 year ago

Inside the CSS file "core/modules/system/css/components/align.module.css"
replace :

.align-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

with :

.align-center { 
  display: flex; 
  justify-content: center; 
}
πŸ› Bug report
Status

Closed: outdated

Version

11.0 πŸ”₯

Component
CSSΒ  β†’

Last updated 10 days ago

Created by

πŸ‡«πŸ‡·France steveoriol Grenoble πŸ‡«πŸ‡·

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

  • πŸ‡ΊπŸ‡ΈUnited States smustgrave

    Since there hasn't been a follow up to #15 or #17 going to close for now.

    If still an issue please reopen adding steps to reproduce this issue.

    Thanks all!

Production build 0.71.5 2024