Skip to content

Commit

Permalink
fix pack grid css
Browse files Browse the repository at this point in the history
  • Loading branch information
mullermarian committed Jan 22, 2021
1 parent 4415a28 commit 435ae84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web-ui/javascript/src/components/PackLibrary.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

.pack-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
padding: 10px;
}

Expand Down Expand Up @@ -178,6 +178,7 @@

.pack-grid .pack-tile .pack-title {
flex-grow: 0;
overflow-wrap: anywhere;
}

.pack-grid .pack-tile .pack-actions {
Expand Down

0 comments on commit 435ae84

Please sign in to comment.