fix: align buttons

This commit is contained in:
talkor
2022-10-09 08:54:39 +03:00
parent 1dd1948a4d
commit 5dcd061b2a
2 changed files with 2 additions and 2 deletions

View File

@@ -101,7 +101,7 @@ b {
}
.btn {
@apply h-full py-2 lt-md:px-2 md:px-4 rounded cursor-pointer;
@apply py-2 lt-md:px-2 md:px-4 rounded cursor-pointer inline-block;
}
.reset {