mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-06 20:05:55 +08:00
Fix markup
This commit is contained in:
parent
2f1217688c
commit
16249201f3
2 changed files with 8 additions and 8 deletions
|
@ -366,8 +366,8 @@ label {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-image img {
|
img {
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -423,8 +423,8 @@ label {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.file-image img {
|
img {
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-element-children {
|
.report-element-children {
|
||||||
|
|
|
@ -94,8 +94,8 @@ div.print-report {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-image img {
|
img {
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -213,8 +213,8 @@ div.print-report {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.file-image img {
|
img {
|
||||||
max-width: 100%
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover > .report-element-header {
|
&:hover > .report-element-header {
|
||||||
|
|
Loading…
Add table
Reference in a new issue