19 lines
266 B
CSS
Raw Normal View History

.file-render {
2024-08-29 18:45:52 +02:00
display: flex;
gap: 0.75rem;
.tooltip:hover::after {
left: 0;
}
2024-08-29 18:45:52 +02:00
small {
white-space: nowrap;
font-family: Inter;
font-size: 12px;
font-weight: 500;
line-height: 16px;
text-align: left;
color: #7d7d7d;
}
2024-08-29 18:45:52 +02:00
}