Skip to content

Commit

Permalink
Improves the chatbots list page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicola Lanzilotto committed Feb 4, 2025
1 parent 2a8a5c2 commit 1464f50
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/bots/bots-list/bots-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
[customerSatisfactionBotsCount]="customerSatisfactionBotsCount"
[increaseSalesBotsCount]="increaseSalesBotsCount" [kbCount]="kbCount">
</appdashboard-bots-sidebar>
<div class="teplate-content" style="flex: 1 1 auto; margin-left: 15px;">
<div class="teplate-content" style="flex: 1 1 auto; margin-left: 15px; ">

<!-- -------------------------------------------------------------------- -->
<!-- Alert displayed when the number of chatbot exceed the chatbot limit -->
Expand Down
2 changes: 2 additions & 0 deletions src/assets/css/cards-table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@
.cl-card-item-name-wpr {
display: flex;
flex-direction: row;
max-width: 450px;
}

.cl-card-item-name {
Expand All @@ -182,6 +183,7 @@
word-wrap: normal;
font-family: var(--header-font-family);
color: var(--text-color);

}

.cl-card-item-description-wpr {
Expand Down

0 comments on commit 1464f50

Please sign in to comment.