Skip to content

Commit

Permalink
Update UnoapiConfiguration.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
wkarts authored Sep 18, 2024
1 parent aeeef0f commit 33e3fdc
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -752,4 +752,23 @@ export default {
background-color:#369eff;
color:#369eff;
}
#app .overflow-hidden .flex-shrink{
transform:translatex(0px) translatey(0px);
}
.webhook-table tr .button{
min-height:21px;
height:21px;
}
.webhook-table .button span{
position:relative;
top:-5px;
}
.webhook-table tr td{
min-height:-100px;
height:-100px;
}
</style>

0 comments on commit 33e3fdc

Please sign in to comment.