Width-height auto for images in tables - agent_module widget improvement

This commit is contained in:
fbsanchez 2021-08-11 14:09:18 +02:00
parent 4595b1ec11
commit 3afeb47676
1 changed files with 2 additions and 0 deletions

View File

@ -285,6 +285,8 @@ input[type="image"] {
table,
img {
border: 0px;
width: auto;
height: auto;
}
table pre {