[WEB-1274] chore: issue spreadsheet enhancement (#4423)

* chore: border and background remove from cycle and module select

* choe: indentation improvement
This commit is contained in:
Anmol Singh Bhatia 2024-05-10 15:24:18 +05:30 committed by GitHub
parent 0037377c8f
commit da78933c61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 25 additions and 26 deletions

View file

@ -73,7 +73,7 @@ const ButtonContent: React.FC<ButtonContentProps> = (props) => {
return (
<>
{showCount ? (
<div className="relative flex max-w-full items-center gap-1">
<div className="relative flex items-center max-w-full gap-1">
{!hideIcon && <DiceIcon className="h-3 w-3 flex-shrink-0" />}
{(value.length > 0 || !!placeholder) && (
<div className="max-w-40 flex-grow truncate">