Skip to content

Commit 14cb65f

Browse files
Remove redundant properties from .embed-responsive (twbs#28062)
1 parent 4c70e96 commit 14cb65f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

scss/helpers/_embed.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22

33
.embed-responsive {
44
position: relative;
5-
display: block;
65
width: 100%;
7-
padding: 0;
8-
overflow: hidden;
96

107
&::before {
118
display: block;
@@ -19,7 +16,6 @@
1916
video {
2017
position: absolute;
2118
top: 0;
22-
bottom: 0;
2319
left: 0;
2420
width: 100%;
2521
height: 100%;

0 commit comments

Comments
 (0)