Skip to content

Commit

Permalink
fix: label position
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Oct 2, 2024
1 parent 787c204 commit e9637a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/AddressList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</div>

<!-- Filter -->
<div>
<div class="select-classification">
<select
class="elm-select"
name="isophone-classification"
Expand Down Expand Up @@ -334,4 +334,8 @@ td.small {
.wrapper {
padding: 0 1rem;
}
.select-classification {
position: relative;
}
</style>

0 comments on commit e9637a1

Please sign in to comment.