Skip to content
Snippets Groups Projects

Issue #3433022: Separate class for container

2 files
+ 4
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -191,7 +191,7 @@ class IframeDefaultFormatter extends FormatterBase {
@@ -191,7 +191,7 @@ class IframeDefaultFormatter extends FormatterBase {
$options['id'] = $options['name'] = $htmlid;
$options['id'] = $options['name'] = $htmlid;
// Append active class.
// Append active class.
$options['class'] = $item->class ?? '';
$options['class'] = $item->class ?? NULL;
// Responsive start. Test class for iframe-responsive.
// Responsive start. Test class for iframe-responsive.
$style = '#' . $htmlid . ' {' . $style . '}';
$style = '#' . $htmlid . ' {' . $style . '}';
Loading