Skip to content

Commit

Permalink
Apply padding only inside table, not for header and footer textarea
Browse files Browse the repository at this point in the history
  • Loading branch information
seballot committed Oct 13, 2024
1 parent e3b95d5 commit dedcaf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/views/sessions/SessionOrder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,13 @@ export default {
.p-inputtextarea {
border: none;
padding: 10px;
padding: 0px;
margin-bottom: 0 !important;
font-weight: 500;
}
table .p-inputtextarea {
padding: 10px;
}
}
</style>

0 comments on commit dedcaf8

Please sign in to comment.