Commit d2534585 authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. min-height

2. fix overflow when image h>w
parent 21d2fee0
...@@ -74,7 +74,8 @@ ...@@ -74,7 +74,8 @@
.port_preview{ .port_preview{
width:300px; width:300px;
height:224px; min-height:224px;
overflow: auto;
} }
table td { table td {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment