fixed minor bug in mobile

This commit is contained in:
Nuno Coração
2022-10-02 18:27:21 +01:00
parent 13fa4928c6
commit 7004854c6b
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -1635,6 +1635,12 @@ select {
width: 100%;
}
.w-fit {
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
}
.w-24 {
width: 6rem;
}