Opened 7 years ago
Closed 7 years ago
#7784 closed defect (bug) (fixed)
Nouveau: Second row of group create steps spills over awkwardly
Reported by: | boonebgorges | Owned by: | hnla |
---|---|---|---|
Milestone: | 3.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Templates | Keywords: | has-patch needs-testing |
Cc: |
Description
See screenshot.
It looks to me like this is being caused by the slightly increased height of the current
item, which is causing the float flow to break.
Attachments (4)
Change History (10)
#3
@
7 years ago
- Owner set to hnla
- Status changed from new to assigned
Impossible to stop, users have to take a view that if they want 200 menu items then they can't have tabs, there aren't always magic solutions - design conceits wrecks purity of web pages.
I might be able to tweak slightly, will take a look but not spending ages on it.
#4
@
7 years ago
I'm not suggesting they not spill over - I know you can't stop that. I'm saying that they should break cleanly into rows. At the moment, they can't do that because the current
item is slightly taller than the ones without the current
class. See Screenshot_2018-04-30_17-54-59.png for the "after" - note how item 7 is way over at the left instead of stuck just to the right of 'Settings'.
I'm having a hard time forcing node-sass to run on my system, so I can't generate a proper patch. But it appears that the style in the attached patch will fix this specific issue. I'm unsure about unintended side-effects.