@agent-link/server 0.1.149 → 0.1.151
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/web/modules/connection.js +1 -0
- package/web/style.css +3 -1
package/package.json
CHANGED
package/web/style.css
CHANGED
|
@@ -3640,7 +3640,8 @@ body {
|
|
|
3640
3640
|
.team-history-meta {
|
|
3641
3641
|
display: flex;
|
|
3642
3642
|
align-items: center;
|
|
3643
|
-
|
|
3643
|
+
flex-wrap: wrap;
|
|
3644
|
+
gap: 2px 6px;
|
|
3644
3645
|
margin-top: 2px;
|
|
3645
3646
|
font-size: 0.7rem;
|
|
3646
3647
|
color: var(--text-secondary);
|
|
@@ -3648,6 +3649,7 @@ body {
|
|
|
3648
3649
|
|
|
3649
3650
|
.team-history-tasks {
|
|
3650
3651
|
color: var(--text-secondary);
|
|
3652
|
+
white-space: nowrap;
|
|
3651
3653
|
}
|
|
3652
3654
|
|
|
3653
3655
|
.team-status-badge-sm {
|