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
911b72cf
Commit
911b72cf
authored
5 years ago
by
Shohei Yoshida
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Workaround for the image size bug in IE (#28855)
parent
e0d0f5a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+3
-0
scss/_card.scss
with
3 additions
and
0 deletions
+3
-0
scss/_card.scss
+
3
-
0
View file @
911b72cf
...
...
@@ -35,6 +35,9 @@
// Enable `flex-grow: 1` for decks and groups so that card blocks take up
// as much space as possible, ensuring footers are aligned to the bottom.
flex
:
1
1
auto
;
// Workaround for the image size bug in IE
// See: https://github.com/twbs/bootstrap/pull/28855
min-height
:
1px
;
padding
:
$card-spacer-x
;
color
:
$card-color
;
}
...
...
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