Skip to content

Commit

Permalink
add selector to random mismatches
Browse files Browse the repository at this point in the history
  • Loading branch information
chukarave committed Feb 5, 2024
1 parent 843d720 commit 7dfa26f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion resources/js/Pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
{{ $i18n('item-form-title') }}
</h2>
<cdx-button
class="random-mismatches"
class="random-mismatches heading-button"
weight="normal"
@click="showRandom()"
:disabled="loading"
Expand Down
2 changes: 1 addition & 1 deletion resources/sass/app.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ dl.import-meta .download-csv {
}
}

.heading-button, .random-mismatches {
.heading-button {
flex-shrink: 0; // don't show ellipsis as long as the text fits
}

Expand Down

0 comments on commit 7dfa26f

Please sign in to comment.