Skip to content

Commit

Permalink
style: change matricola input width to show error in one line
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocorallo committed Aug 22, 2024
1 parent 029a7e6 commit abef7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/viewer/Table/Toolbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export function Toolbar({ has, onCsvClick, table }: Props) {
return (
<div className="flex w-full flex-wrap items-start justify-start gap-6 max-2xs:flex-col">
{table.getColumn("id") && (
<div className="grid grid-cols-[auto_180px] grid-rows-[auto_auto] gap-x-4 gap-y-1">
<div className="grid grid-cols-[auto_220px] grid-rows-[auto_auto] gap-x-4 gap-y-1">
<p className="self-center text-sm">Matricola</p>
{filteredRows.length > 0 && matricolaFilterSubmitted ? (
<Removable
Expand Down

0 comments on commit abef7f2

Please sign in to comment.