Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9ed5b5e6
Commit
9ed5b5e6
authored
11 years ago
by
Luis Hdez
Browse files
Options
Download
Email Patches
Plain Diff
Fix line breaks on add-ons with spaces
parent
5fe3de1c
5 merge requests
!8635
ignore Gruntfile.js in jekyll
,
!8339
Fix broken links to navbar component in docs examples
,
!8283
Fix line breaks on add-ons with spaces
,
!8656
Added rel="stylesheet" to CDN-Examples
,
!8527
Inner properties move 1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
docs/assets/css/bootstrap.css
+1
-0
docs/assets/css/bootstrap.css
less/forms.less
+1
-0
less/forms.less
with
2 additions
and
0 deletions
+2
-0
docs/assets/css/bootstrap.css
+
1
-
0
View file @
9ed5b5e6
...
@@ -1711,6 +1711,7 @@ input[type="color"].input-small {
...
@@ -1711,6 +1711,7 @@ input[type="color"].input-small {
.input-group-addon
,
.input-group-addon
,
.input-group-btn
{
.input-group-btn
{
width
:
1%
;
width
:
1%
;
white-space
:
nowrap
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
9ed5b5e6
...
@@ -321,6 +321,7 @@ input[type="color"] {
...
@@ -321,6 +321,7 @@ input[type="color"] {
.input-group-addon,
.input-group-addon,
.input-group-btn {
.input-group-btn {
width: 1%;
width: 1%;
white-space: nowrap;
vertical-align: middle; // Match the inputs
vertical-align: middle; // Match the inputs
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets