- fixed issue with number form field;

- fixed issue with datepicker form field;
- updated tables displaying submitted calls;
This commit is contained in:
Vitalii Kiiko
2024-11-18 15:13:20 +01:00
parent 0534b7cd0a
commit c698de622b
7 changed files with 26 additions and 21 deletions

View File

@@ -375,6 +375,10 @@
gap: 24px;
padding: 0;
flex-wrap: wrap;
&.lessGap {
gap: 12px;
}
}
.appPageSection__addToFavourites {