Skip to content

Commit

Permalink
Merge pull request #412 from Sanofi-IADC/bugfix/small-icons-not-displ…
Browse files Browse the repository at this point in the history
…ayed

fix: WEB-100 removed default padding on img tags to fix small icons display
  • Loading branch information
kiru42 authored Apr 19, 2022
2 parents 0be0554 + 889f02b commit 2770032
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/assets/scss/_media.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Video iframe ===================================
video {
padding: 10px;
width: 70%;
height: auto;
box-sizing: border-box;
}

iframe.conf-macro {
Expand All @@ -17,8 +15,6 @@ iframe.conf-macro {
img {
max-width: 100%;
height: auto;
padding: 10px;
box-sizing: border-box;
&.image-left {
display: block;
align-content: left;
Expand Down
4 changes: 0 additions & 4 deletions src/assets/scss/iadc/_media.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
// Video iframe ===================================
video {
padding: 10px;
width: 70%;
height: auto;
box-sizing: border-box;
}

iframe.conf-macro {
Expand All @@ -17,8 +15,6 @@ iframe.conf-macro {
img {
max-width: 100%;
height: auto;
padding: 10px;
box-sizing: border-box;
&.image-left {
display: block;
align-content: left;
Expand Down

0 comments on commit 2770032

Please sign in to comment.