Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #1689
Closed
Open
Issue created Feb 03, 2012 by Administrator@rootContributor

Modal with form inside a .row-fluid breaks input size

Created by: cnicodeme

Hi! :)

If I define a

<div class="modal" /> in a <div class="row-fluid" /> container (I can't do without), the size of inputs in the form contained in the class="modal" are set in %, not in px, so the size is not what expected.

For a .span3, I get something like 23% width instead of 260px;

But since the modal's width is fixed (to 560px apparently), the inputs inside a modal should have a px defined width, not a percentage.

The problem seems to be located at less/mixins.less, around line 222.

Assignee
Assign to
Time tracking