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,
|
table,
|
||||||
img {
|
img {
|
||||||
border: 0px;
|
border: 0px;
|
||||||
|
width: auto;
|
||||||
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
table pre {
|
table pre {
|
||||||
|
|
Loading…
Reference in New Issue