fix(shortcodes): allow parent bundle resource lookup on fig-img
All checks were successful
Deploy workflow / deploy (push) Successful in 32s

This commit is contained in:
Matthieu Bessat 2024-12-22 23:32:45 +01:00
parent eabd8fbe70
commit 421f2fa7b0
4 changed files with 17 additions and 4 deletions

View file

@ -64,6 +64,14 @@ img {
object-fit: contain;
}
// Margin management
.no-margin {
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
margin-bottom: 0 !important;
}
/**
General Layout
**/