Move agent details and edit card out into reusable components on web app

This commit is contained in:
Debanjum Singh Solanky 2024-10-20 20:32:19 -07:00
parent 5fca41cc29
commit bdbe8f003e
3 changed files with 1327 additions and 1272 deletions

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,20 @@
.agentPersonality p {
white-space: inherit;
overflow: hidden;
height: 77px;
line-height: 1.5;
}
div.agentPersonality {
text-align: left;
grid-column: span 3;
overflow: hidden;
}
button.infoButton {
border: none;
background-color: transparent !important;
text-align: left;
font-family: inherit;
font-size: medium;
}

File diff suppressed because it is too large Load diff