Width-height auto for images in tables - agent_module widget improvement
This commit is contained in:
parent
4595b1ec11
commit
3afeb47676
|
@ -285,6 +285,8 @@ input[type="image"] {
|
|||
table,
|
||||
img {
|
||||
border: 0px;
|
||||
width: auto;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
table pre {
|
||||
|
|
Loading…
Reference in New Issue