picker calc
Deploy / build_and_push_images (push) Successful in 1m23s Details
Deploy / deploy_to_server_dev (push) Successful in 32s Details

This commit is contained in:
Kseninia Mikhaylova 2024-09-30 11:58:22 +03:00
parent 9c49426c27
commit 8ff2c8bdbc
1 changed files with 2 additions and 2 deletions

View File

@ -392,10 +392,10 @@ button {
@apply flex items-center justify-between;
>div {
@apply h-10 overflow-hidden rounded border-gray-300 shadow flex leading-none grow justify-center items-center px-2;
@apply min-h-12 overflow-hidden rounded border-gray-300 shadow flex leading-none grow justify-center items-center p-2;
span {
@apply grow text-left;
@apply grow text-left max-w-[80%] break-words line-clamp-2;
}
}