[IMP] web_responsive: Set viewer width to 100% to better use the space

Before this changes, when previewing a pdf there was a lot of lost space

Now, it is filling all the space
This commit is contained in:
Carlos Roca
2024-04-17 08:34:17 +02:00
parent 066b0b2293
commit d4ea2ed219

View File

@@ -37,7 +37,7 @@
display: none;
}
.o_AttachmentViewer_viewIframe {
width: 95%;
width: 100% !important;
}
}
}