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
891bca43
Commit
891bca43
authored
7 years ago
by
Patrick Yeo
Committed by
Mark Otto
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix overflowing text in Cards with `word-wrap: break-word`
parent
ec56bbe6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_card.scss
+2
-1
scss/_card.scss
with
2 additions
and
1 deletion
+2
-1
scss/_card.scss
+
2
-
1
View file @
891bca43
...
...
@@ -6,6 +6,8 @@
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
min-width
:
0
;
word-wrap
:
break-word
;
background-color
:
$card-bg
;
border
:
$card-border-width
solid
$card-border-color
;
@include
border-radius
(
$card-border-radius
);
...
...
@@ -20,7 +22,6 @@
.card-title
{
margin-bottom
:
$card-spacer-y
;
word-break
:
break-all
;
}
.card-subtitle
{
...
...
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