1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-02 01:42:36 +02:00

clip to border-box, update overlay

This commit is contained in:
Mark Otto
2017-06-30 15:28:50 -07:00
parent 77639905cb
commit 88b9e558fb
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@
min-width: 0;
word-wrap: break-word;
background-color: $card-bg;
background-clip: border-box;
border: $card-border-width solid $card-border-color;
@include border-radius($card-border-radius);
}