Add margin to SSO buttons
This commit is contained in:
parent
37b89deb34
commit
6d66212f5d
1 changed files with 1 additions and 1 deletions
|
@ -297,7 +297,7 @@ class kolab_sso extends rcube_plugin
|
|||
$doc->createNode('button', $this->gettext($label), array(
|
||||
'type' => 'button',
|
||||
'value' => $idx,
|
||||
'class' => 'button sso w-100',
|
||||
'class' => 'button sso w-100 mb-1',
|
||||
'onclick' => 'kolab_sso_submit(this)',
|
||||
), $form);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue