Skip to content

Commit 7272969

Browse files
committed
symmetric padding
1 parent 8385864 commit 7272969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/elements/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<span class="{{ include.menu_class }}">
2-
<button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem; background: linear-gradient(to right, rgba(131, 131, 131, 0.9), rgba(153, 153, 153, 0.9));">
2+
<button class="btn btn-secondary dropdown-toggle" type="button" id="{{ include.id }}" data-bs-toggle="dropdown" aria-expanded="false" style="padding: 0.125rem 0.3rem 0.125rem 0.3rem; background: linear-gradient(to right, rgba(131, 131, 131, 0.9), rgba(153, 153, 153, 0.9));">
33
{{ include.label }}
44
</button>
55
<ul class="dropdown-menu dropdown-menu-dark" aria-labelledby="{{ include.id }}">

0 commit comments

Comments
 (0)