fix "new credential" dropdown css
This commit is contained in:
parent
c6ac79f1de
commit
4ce999dc46
1 changed files with 2 additions and 2 deletions
|
|
@ -1,11 +1,11 @@
|
|||
{% extends "layouts/with_sidebar.html" %}
|
||||
|
||||
{% block toolbar_page_actions %}
|
||||
<basic-dropdown button-class="button--secondary" button-label="New Credential">
|
||||
<basic-dropdown class="button--secondary">
|
||||
<span slot="button-contents">New Credential</span>
|
||||
<div class="padded" slot="popover">
|
||||
<form action="add-service-credential" method="post">
|
||||
<button class="button--secondary" type="submit">Confirm</button>
|
||||
<button class="button button--secondary" type="submit">Confirm</button>
|
||||
</form>
|
||||
</div>
|
||||
</basic-dropdown>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue