]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove redundant properties from `.embed-responsive` (#28062)
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)
committerGitHub <noreply@github.com>
Wed, 29 May 2019 17:42:32 +0000 (19:42 +0200)
scss/helpers/_embed.scss

index 89d22aa6c453d892868e144f547db4d327704719..1df7b433898c9b5cdc0e93da837b91e195a0bf11 100644 (file)
@@ -2,10 +2,7 @@
 
 .embed-responsive {
   position: relative;
-  display: block;
   width: 100%;
-  padding: 0;
-  overflow: hidden;
 
   &::before {
     display: block;
@@ -19,7 +16,6 @@
   video {
     position: absolute;
     top: 0;
-    bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;