diff options
| author | Martijn Cuppens <[email protected]> | 2019-05-29 19:42:32 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-29 19:42:32 +0200 |
| commit | 14cb65f702defde25a59cf419c078e32e2f1d20d (patch) | |
| tree | 075d1c7ef4a68d25b57b47de657daf509ea55b5e | |
| parent | 4c70e96b977f46c832900ffae17faf73f28376d2 (diff) | |
| download | bootstrap-14cb65f702defde25a59cf419c078e32e2f1d20d.tar.xz bootstrap-14cb65f702defde25a59cf419c078e32e2f1d20d.zip | |
Remove redundant properties from `.embed-responsive` (#28062)
| -rw-r--r-- | scss/helpers/_embed.scss | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scss/helpers/_embed.scss b/scss/helpers/_embed.scss index 89d22aa6c..1df7b4338 100644 --- a/scss/helpers/_embed.scss +++ b/scss/helpers/_embed.scss @@ -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%; |
