Skip to content

Commit

Permalink
Merge branch 'release-2024-fall' into feature/FOUR-13436
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli authored Oct 9, 2024
2 parents d38c1d9 + 5c541f8 commit 7651e8e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/components/renderer/form-masked-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
/>
<b-button variant="outline-secondary conceal-reveal-btn" @click="concealOrReveal">
<i :class="iconBtn"></i>
{{ labelBtn }}
<span> {{ labelBtn }} </span>
</b-button>
</div>
Expand Down Expand Up @@ -471,7 +471,12 @@ export default {
width: 100%;
}
.conceal-reveal-btn {
width: 20%;
width: 25%;
margin-left: 5px;
}
@media screen and (max-width: 1000px) {
.conceal-reveal-btn span {
display: none;
}
}
</style>

0 comments on commit 7651e8e

Please sign in to comment.