2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
+1
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);
}