note actions dropdown sizing

This commit is contained in:
azivner 2018-06-09 09:44:40 -04:00
parent 736704c7d6
commit 9f0ff6ae7a
2 changed files with 10 additions and 1 deletions

View File

@ -390,6 +390,15 @@ button.icon-button {
background: no-repeat center;
}
#note-actions {
margin-left: 10px;
margin-right: 10px;
}
#note-actions .dropdown-menu {
width: 15em;
}
/* Themes */
html.theme-black, html.theme-black img, html.theme-black video {

View File

@ -168,7 +168,7 @@
</ul>
</div>
<div class="dropdown" style="margin-left: 10px; margin-right: 10px;">
<div class="dropdown" id="note-actions">
<button type="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" class="btn btn-sm">
Note actions
<span class="caret"></span>