Css ajustment to fit document width auto in item edition page.
This commit is contained in:
parent
82f4ec957b
commit
cadff8342f
|
@ -123,7 +123,7 @@ export default {
|
|||
/deep/ figure {
|
||||
max-width: 100%;
|
||||
max-height: 32vh;
|
||||
width: auto;
|
||||
width: auto !important;
|
||||
margin: 0;
|
||||
}
|
||||
/deep/ a {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue