Commit 2d293611 authored by Sylvain's avatar Sylvain

Dropdown - mise à jour

parent 55e32934
......@@ -59,8 +59,8 @@ class Bootstrap4 {
public static function renderAButton(array $attrs): string
{
$render = '';
$template = '<a class="btn %s"%s>%s</a>';
$class = mixte_get($attrs, 'class', 'btn-success btn-sm btn-flat text-nowrap');
$template = '<a class="btn text-nowrap btn-flat btn-sm %s"%s>%s</a>';
$class = mixte_get($attrs, 'class', 'btn-success');
$label = mixte_get($attrs, 'label');
$permission = mixte_get($attrs, 'permission');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment