Skip to content
Snippets Groups Projects
Commit 44942869 authored by Anika Henke's avatar Anika Henke
Browse files

fixed mediamanager diffs having no specific height (FS#2387)

parent 4b7f30c2
No related branches found
No related tags found
No related merge requests found
......@@ -405,11 +405,13 @@
position: relative;
}
#mediamanager__diff .imageDiff .image1,
#mediamanager__diff .imageDiff .image2 {
width: 97%;
}
#mediamanager__diff .imageDiff .image2 {
position: absolute;
top: 0;
left: 0;
width: 97%;
}
#mediamanager__diff .imageDiff.opacity .image2 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment