Opened 13 years ago
Closed 13 years ago
#22741 closed defect (bug) (fixed)
Minor positioning issue for gallery edit screen at small widths
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.5 | Priority: | normal |
| Severity: | minor | Version: | 3.5 |
| Component: | Media | Keywords: | has-patch needs-testing |
| Focuses: | Cc: |
Attachments (4)
Change History (13)
#3
in reply to:
↑ 2
@
13 years ago
Replying to lessbloat:
22741.patch works fine until you get even smaller
Yeah, that currently happens without the patch as well. Appears to be caused by fixed height on .media-toolbar, not sure how to avoid that.
#4
@
13 years ago
22741.2.patch uses absolute positioning to ensure that the line never wraps when the screen is < 900px.
#6
@
13 years ago
Koopersmith: I'm not coming up with much:
.narrow-width
.narrow-window
.hide-when-narrow
#8
in reply to:
↑ 7
@
13 years ago
- Keywords needs-testing added
Replying to lessbloat:
22741.3.patch just deals with the task at hand.
Dealing with the task at hand sounds right to me. We can't break at the exact lengths of strings, because we need to account for internationalization. attachment:22741.4.diff attempts to break at smart points for the defaults and will automatically hide any elements if they do overflow the bar's limits.

22741.patch works fine until you get even smaller: