Skip to content

Commit

Permalink
fix(lib/cosmoz-omnitable-number-range-input): make title align to the…
Browse files Browse the repository at this point in the history
… right
  • Loading branch information
amandaavalencia committed Oct 22, 2024
1 parent db6c36b commit 09aa547
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/cosmoz-omnitable-number-range-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ class NumberRangeInput extends rangeInputMixin(
paper-dropdown-menu {
--iron-icon-width: 0;
display: block;
text-align: right;
}
</style>
Expand All @@ -61,7 +62,7 @@ class NumberRangeInput extends rangeInputMixin(
<div
class="dropdown-content"
slot="dropdown-content"
style="padding: 15px; min-width: 100px;"
style="padding: 15px; min-width: 100px; text-align: left;"
>
<h3 style="margin: 0;">${this.title}</h3>
<cosmoz-input
Expand Down

0 comments on commit 09aa547

Please sign in to comment.