fix height of foward percent on validation err

This commit is contained in:
keyan 2023-09-12 17:04:49 -05:00
parent e557882a7d
commit bd07fc7a25
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@
.percent {
display: flex;
flex: 0 1 fit-content;
height: fit-content;
}