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 {
|
/deep/ figure {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
max-height: 32vh;
|
max-height: 32vh;
|
||||||
width: auto;
|
width: auto !important;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
/deep/ a {
|
/deep/ a {
|
||||||
|
|
|
@ -846,6 +846,9 @@
|
||||||
width: auto;
|
width: auto;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
/deep/ img {
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
/deep/ a {
|
/deep/ a {
|
||||||
min-height: 60px;
|
min-height: 60px;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -859,6 +862,9 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
}
|
}
|
||||||
|
/deep/ audio {
|
||||||
|
min-height: 80px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-height: 760px) {
|
@media screen and (max-height: 760px) {
|
||||||
max-height: 25vh;
|
max-height: 25vh;
|
||||||
|
|
Loading…
Reference in New Issue