Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D debexpo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • mentors.debian.net
  • debexpo
  • Merge requests
  • !170

Use fixed width for 'Needs a sponsor' and 'Already in Debian' column on the packages list page

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Baptiste Beauplat requested to merge lyknode/debexpo:fix/package-table-width into live Nov 21, 2020
  • Overview 3
  • Commits 3
  • Pipelines 4
  • Changes 3

I tried to use max-width in conjunction with width on the last two columns but I couldn't get it working as expected: width was effectively being bigger than the max- specified. I guess % and max px don't mix well.

I ended up specifying a fixed value for those columns, reporting the variable length onto Description (removing the width attribute). It seems to work nicely with bigger screens and does not change anything on tiny resolution devices.

I also moved the style tag attributes to the CSS.

https://debexpo.debian.net updated with this MR.

Edited Nov 21, 2020 by Baptiste Beauplat
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix/package-table-width