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
ecb84d20
Commit
ecb84d20
authored
9 years ago
by
Mark Otto
Browse files
Options
Download
Plain Diff
Merge pull request #19473 from neilhem/remove-empty-if
remove empty sass if directives
parents
a277c122
2eeef6d1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_input-group.scss
+2
-6
scss/_input-group.scss
with
2 additions
and
6 deletions
+2
-6
scss/_input-group.scss
+
2
-
6
View file @
ecb84d20
...
...
@@ -40,9 +40,7 @@
.input-group-addon
,
.input-group-btn
,
.input-group
.form-control
{
@if
$enable-flex
{
// do nothing
}
@else
{
@if
not
$enable-flex
{
display
:
table-cell
;
}
...
...
@@ -53,9 +51,7 @@
.input-group-addon
,
.input-group-btn
{
@if
$enable-flex
{
// do nothing
}
@else
{
@if
not
$enable-flex
{
width
:
1%
;
}
white-space
:
nowrap
;
...
...
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