Skip to content

Commit

Permalink
fix: copy-input tooltip overflow [WTEL-3998]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 8, 2023
1 parent 2364e0d commit eb926ca
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions src/app/components/utils/copy-input.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,19 +57,6 @@ export default {

<style lang="scss" scoped>
.copy-input {
position: relative;
}
.copy-input__label-wrapper {
display: flex;
align-items: center;
.wt-icon-btn {
margin-right: 10px;
}
}
.copy-input__icon-btn {
margin-left: 10px;
z-index: 1;
}
</style>

0 comments on commit eb926ca

Please sign in to comment.