Bug 39441 - Staff interface cart has wrong max-width
Summary: Staff interface cart has wrong max-width
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Templates (show other bugs)
Version: Main
Hardware: All All
: P5 - low minor
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-25 01:14 UTC by David Cook
Modified: 2025-03-25 01:14 UTC (History)
0 users

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Cook 2025-03-25 01:14:52 UTC
The staff interface cart "looks funny" at the moment. It's all bunched up on the left side.

I'd say the reason is that the max-width for .container from staff-global.css is being applied which restricts it to 540px.

I reckon we should add a class or ID to override the max-width for the cart to always be 100%.

--

Curious what you think of this one, Owen.