/* Fix tiny icons inside all Yii2 ActionColumns globally */
table.table td a svg,
table.table td a i {
    max-width: none !important;
}
