Skip to content

Commit

Permalink
fix(lib/cosmoz-omnitable-number-range-input): change class name
Browse files Browse the repository at this point in the history
  • Loading branch information
amandaavalencia committed Oct 23, 2024
1 parent 32c4fac commit 8e43c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cosmoz-omnitable-number-range-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class NumberRangeInput extends rangeInputMixin(
display: block;
text-align: right;
}
.classen {
.dropdown-content {
padding: 15px;
min-width: 100px;
text-align: left;
Expand All @@ -64,7 +64,7 @@ class NumberRangeInput extends rangeInputMixin(
?opened=${this.headerFocused}
@opened-changed=${onOpenedChanged}
>
<div class="dropdown-content classen" slot="dropdown-content">
<div class="dropdown-content" slot="dropdown-content">
<h3 style="margin: 0;">${this.title}</h3>
<cosmoz-input
class=${this._fromClasses}
Expand Down

0 comments on commit 8e43c4d

Please sign in to comment.