Plugin Directory

Changeset 2323961


Ignore:
Timestamp:
06/14/2020 05:26:38 PM (6 years ago)
Author:
michaellow
Message:

Added width:inherit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alleaktien-quantitativ/trunk/aaq-fundamentals-plugin.php

    r2320476 r2323961  
    55    Description: AlleAktien Quantitativ | 10.000 Aktien, 20 Jahre Aktien-Kennzahlen, 100% kostenlos, interaktiv
    66    Author: AlleAktien
    7     Version: 3.2.2
     7    Version: 3.2.3
    88    Author URI: https://www.alleaktien.de/quantitativ/impressum
    99*/
     
    4040    src='https://www.alleaktien.de/quantitativ/api/$isin/$chart'></iframe>";
    4141   
    42     return "<div class='aaq-plugin' style='width:fit-content;margin:auto'>" . $source . $output . "</div>";
     42    return "<div class='aaq-plugin' style='width:inherit;margin:auto'>" . $source . $output . "</div>";
    4343}   
    4444
Note: See TracChangeset for help on using the changeset viewer.