Opened 18 years ago
Closed 18 years ago
#5339 closed (wontfix)
Note to long for layout on main tutorial page 1
| Reported by: | anonymous | Owned by: | Jacob |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | layout | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
On the main tutorial page 1 the note
If you’re using PostgreSQL or MySQL, make sure you’ve created a database by this point. Do that with “CREATE DATABASE database_name;” within your database’s interactive prompt.
is to long for the layout. I have this issue in Firefox 2.0.0.5
Note:
See TracTickets
for help on using tickets.
This is a (very old) gecko layout bug: https://bugzilla.mozilla.org/show_bug.cgi?id=101565
I don't see a practical workaround short of removing the
white-space: nowraprule from inline literal text blocks (base.css:109), which would do more harm than good.