mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-23 03:26:07 +10:00
Fix Transfer project input width. Hi, On the **Transfer project** box of project settings page, the **Namespace** input is wider than other inputs. This PR set the `col-sm-*` css-class of the container to the same as other inputs. ## Screenshots Before  After  See merge request !940