This commit is contained in:
Ildar Kamalov
2025-08-20 17:59:53 +03:00
parent a2da460426
commit a5fee78963
8 changed files with 263 additions and 195 deletions

View File

@@ -14,3 +14,9 @@
.tooltipText:not(:last-child) {
margin-bottom: 16px;
}
.group {
display: flex;
flex-direction: column;
gap: 16px;
}