@@ -36,7 +36,6 @@ registerWidget('deck-card', (el, { richObjectType, richObject, accessible }) =>
|
|||||||
// trick to change the wrapper element size, otherwise it always is 100%
|
// trick to change the wrapper element size, otherwise it always is 100%
|
||||||
// which is not very nice with a simple card
|
// which is not very nice with a simple card
|
||||||
el.parentNode.style['max-width'] = '400px'
|
el.parentNode.style['max-width'] = '400px'
|
||||||
el.parentNode.style['min-width'] = '200px'
|
|
||||||
el.parentNode.style['margin-left'] = '0'
|
el.parentNode.style['margin-left'] = '0'
|
||||||
el.parentNode.style['margin-right'] = '0'
|
el.parentNode.style['margin-right'] = '0'
|
||||||
|
|
||||||
|
|||||||
@@ -179,6 +179,10 @@ export default {
|
|||||||
|
|
||||||
.deck-card-reference {
|
.deck-card-reference {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
// needed for the specific case of Text
|
||||||
|
.editor__content & {
|
||||||
|
width: calc(100% - 24px);
|
||||||
|
}
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user