fixed mediamanager diffs having no specific height
This commit is contained in:
parent
5a2bd281f6
commit
25b4a2c72c
1 changed files with 3 additions and 1 deletions
|
|
@ -433,11 +433,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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue