Here there is a patch :
We have to be sure that this patch does not affect others grids ?
This issue is linked to CMS-8501 issue : all content types decorators should be merged into the main glyph (for a better appearance and to be able to use other decorators on contents)
Here there is a patch :
diff --git a/themes/theme-ametys-base/sass/src/grid/Grid.scss b/themes/theme-ametys-base/sass/src/grid/Grid.scss index bba9e22..68a9515 100644 --- a/themes/theme-ametys-base/sass/src/grid/Grid.scss +++ b/themes/theme-ametys-base/sass/src/grid/Grid.scss @@ -57,7 +57,7 @@ &:after { margin-left: 0px; position: absolute; - left:8px; + left:6px; bottom:0px; color: $ametys-ribbon-main-glyph-decorator-color; font-size: 11px;We have to be sure that this patch does not affect others grids ?
This issue is linked to CMS-8501 issue : all content types decorators should be merged into the main glyph (for a better appearance and to be able to use other decorators on contents)