Commit 3b3c57fc authored by Nejc Koporec's avatar Nejc Koporec Committed by Tiago Siqueira
Browse files

Issue #3257739: Set video element width

parent 4a1bc396
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
video {
  width: 100%;
}

.media-wrapper {
  position: relative;
  margin-top: 15px;
+4 −0
Original line number Diff line number Diff line
@import "settings";

video {
  width: 100%;
}

.media-wrapper {
  position: relative;