Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
fe7b6dec
Commit
fe7b6dec
authored
Nov 29, 2012
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6039 from desheikh/2.2.2-wip
help-block margin-top should also apply after a span.uneditable-input
parents
322a5635
ddd15448
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
docs/assets/css/bootstrap.css
docs/assets/css/bootstrap.css
+2
-1
less/forms.less
less/forms.less
+2
-1
No files found.
docs/assets/css/bootstrap.css
View file @
fe7b6dec
...
...
@@ -1957,7 +1957,8 @@ legend + .control-group {
.form-horizontal
input
+
.help-block
,
.form-horizontal
select
+
.help-block
,
.form-horizontal
textarea
+
.help-block
{
.form-horizontal
textarea
+
.help-block
,
.form-horizontal
span
.uneditable-input
+
.help-block
{
margin-top
:
10px
;
}
...
...
less/forms.less
View file @
fe7b6dec
...
...
@@ -672,7 +672,8 @@ legend + .control-group {
// And apply it only to .help-block instances that follow a form control
input,
select,
textarea {
textarea,
span.uneditable-input {
+ .help-block {
margin-top: @baseLineHeight / 2;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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