Skip to content

Commit

Permalink
changed the instalation progress table to be small and scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
Petr Gadorek committed Jan 17, 2025
1 parent cacf94d commit 84f74a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/wizard_steps/InstalationProgress.vue
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ export default {
.tools-section {
/* border-top: 1px solid #e5e7eb; */
margin-top: -2.5rem;
}
.tools-tabs {
Expand Down Expand Up @@ -292,4 +293,9 @@ tr>td {
tr>td:first-child {
text-align: left;
}
.n-tab-pane {
max-height: 300px;
overflow-y: auto;
}
</style>

0 comments on commit 84f74a6

Please sign in to comment.