Skip to content
GitLab
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
d9a662ed
Commit
d9a662ed
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
fixes #7977: prevent some table bullshit on input groups
parent
5156234c
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 @
d9a662ed
...
@@ -1679,6 +1679,7 @@ input[type="color"].input-small {
...
@@ -1679,6 +1679,7 @@ input[type="color"].input-small {
.input-group
{
.input-group
{
display
:
table
;
display
:
table
;
border-collapse
:
separate
;
}
}
.input-group.col
{
.input-group.col
{
...
...
This diff is collapsed.
Click to expand it.
less/forms.less
+
1
-
0
View file @
d9a662ed
...
@@ -291,6 +291,7 @@ input[type="color"] {
...
@@ -291,6 +291,7 @@ input[type="color"] {
// -------------------------
// -------------------------
.input-group {
.input-group {
display: table;
display: table;
border-collapse: separate; // prevent input groups from inheriting border styles from table cells when placed within a table
// Undo padding and float of grid classes
// Undo padding and float of grid classes
&.col {
&.col {
...
...
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