Skip to content

Commit

Permalink
Adjust max col size (#877)
Browse files Browse the repository at this point in the history
* Adjust max col size

* 3.1.20
  • Loading branch information
thecalcc authored Aug 26, 2024
1 parent 1ad426a commit 2a9338a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/styles/form-elements/_select-grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
padding: 1rem;
position: relative;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(9rem, 1fr));
grid-template-columns: repeat(3, minmax(9rem, 1fr));
}

.select-grid__item {
Expand Down Expand Up @@ -76,4 +76,4 @@
margin-block-start: 0;
}
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "superdesk-ui-framework",
"version": "3.1.19",
"version": "3.1.20",
"license": "AGPL-3.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a9338a

Please sign in to comment.