mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[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:
@@ -37,7 +37,7 @@
|
||||
display: none;
|
||||
}
|
||||
.o_AttachmentViewer_viewIframe {
|
||||
width: 95%;
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user