Fix image enlarge popup image sizing
This commit is contained in:
parent
473e11c773
commit
c79f1e4360
|
@ -368,6 +368,8 @@ input[type='checkbox']:focus-visible {
|
||||||
|
|
||||||
.img_enlarged_container {
|
.img_enlarged_container {
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.img_enlarged_container pre code,
|
.img_enlarged_container pre code,
|
||||||
|
|
Loading…
Reference in New Issue