Css ajustment to fit document width auto in item edition page.

This commit is contained in:
mateuswetah 2022-08-07 09:35:40 -03:00
parent 82f4ec957b
commit cadff8342f
2 changed files with 7 additions and 1 deletions

View File

@ -123,7 +123,7 @@ export default {
/deep/ figure {
max-width: 100%;
max-height: 32vh;
width: auto;
width: auto !important;
margin: 0;
}
/deep/ a {

View File

@ -846,6 +846,9 @@
width: auto;
margin: 0;
}
/deep/ img {
width: auto !important;
}
/deep/ a {
min-height: 60px;
display: block;
@ -859,6 +862,9 @@
margin: 0;
min-height: 150px;
}
/deep/ audio {
min-height: 80px;
}
@media screen and (max-height: 760px) {
max-height: 25vh;