5 lines
102 B
CSS
5 lines
102 B
CSS
/* Base description styles */
|
|
.description {
|
|
@apply text-xs text-wrap wrap-break-word text-muted;
|
|
}
|