@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
17 lines (16 loc) • 326 B
CSS
.statusMessage {
font-size: 0.813rem;
line-height: 1.6;
color: var(--text-secondary);
}
.statusMessage pre {
margin: 0;
font-family: inherit;
font-size: inherit;
white-space: pre-wrap;
word-break: break-word;
color: inherit;
background: transparent;
border: none;
padding: 0;
}