Skip to content

Commit

Permalink
LUGG-1160 Override luggage_video CSS for sizing videos to be more res…
Browse files Browse the repository at this point in the history
…ponsive on suitcase_interim (#189)
  • Loading branch information
sacarney authored and angelamnr committed Jan 24, 2019
1 parent 0ac2275 commit 9b53ea0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/suitcase.css
Original file line number Diff line number Diff line change
Expand Up @@ -2950,6 +2950,16 @@ td.views-field-field-resource-screenshot img {
height: 100%;
}

/* Strong override for luggage_video.css */

.field-item .embedded-video {
position: static !important;
padding-bottom: 0;
padding-top: 0;
height: auto;
overflow: visible;
}

/* ---------------------------------------- */
/* ## CONTENT EDITING
/* ---------------------------------------- */
Expand Down

0 comments on commit 9b53ea0

Please sign in to comment.