Fix markup

This commit is contained in:
aignatov-bio 2020-10-28 16:44:28 +01:00
parent 2f1217688c
commit 16249201f3
2 changed files with 8 additions and 8 deletions

View file

@ -366,8 +366,8 @@ label {
}
}
.file-image img {
max-width: 100%
img {
max-width: 100%;
}
}
@ -423,8 +423,8 @@ label {
}
.file-image img {
max-width: 100%
img {
max-width: 100%;
}
.report-element-children {

View file

@ -94,8 +94,8 @@ div.print-report {
color: $color-black;
}
.file-image img {
max-width: 100%
img {
max-width: 100%;
}
}
@ -213,8 +213,8 @@ div.print-report {
}
}
.file-image img {
max-width: 100%
img {
max-width: 100%;
}
&:hover > .report-element-header {