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

Problems with rendering Capiunto infoboxes #686

Closed
WerySkok opened this issue Jul 5, 2023 · 0 comments
Closed

Problems with rendering Capiunto infoboxes #686

WerySkok opened this issue Jul 5, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@WerySkok
Copy link

WerySkok commented Jul 5, 2023

Describe the Bug

Capiunto infoboxes take the whole horizontal space.
изображение

Steps to reproduce the behavior:

  1. Have Capiunto installed on the wiki
  2. Create Infobox module and template on the wiki (example)
  3. Paste it on the page, then write some text after it
  4. See error

Expected Behavior

Should be something like this:
изображение

I achieved this with disabling commented CSS rule

/* load.php | https://mtrwiki.murs-mc.ru/w/load.php?lang=ru&modules=capiunto.infobox.main%7Cext.echo.styles.badge%7Cext.visualEditor.desktopArticleTarget.noscript%7Coojs-ui.styles.icons-alerts%7Cskins.citizen.icons%2Cstyles%7Cskins.citizen.icons.wmui&only=styles&skin=citizen */

@media screen {
  .citizen-table-wrapper {
    /* overflow-x: auto; */
  }
}

System

Please complete the following information:

  • MediaWiki version: 1.40.0
  • Server OS: Debian 12
  • Installed extensions and versions: Special:Version
  • PHP version: 8.1.20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant