9 lines
142 B
CSS
9 lines
142 B
CSS
/* Component – File name */
|
||
|
||
.file-name {
|
||
font-size: 0.775rem;
|
||
color: var(--text-muted);
|
||
word-break: break-all;
|
||
line-height: 1.4;
|
||
}
|