Make sure applications page has 4 tiles on very large screen (#2059)

This commit is contained in:
Alexander Matyushentsev 2019-07-30 17:14:15 -07:00 committed by GitHub
parent 935ffc167e
commit 8da326926b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ export interface ApplicationTilesProps {
export const ApplicationTiles = ({applications, syncApplication, refreshApplication, deleteApplication}: ApplicationTilesProps) => (
<Consumer>
{(ctx) => (
<div className='applications-tiles argo-table-list argo-table-list--clickable row small-up-1 medium-up-2 large-up-3'>
<div className='applications-tiles argo-table-list argo-table-list--clickable row small-up-1 medium-up-2 large-up-3 xxxlarge-up-4'>
{applications.map((app) => (
<div key={app.metadata.name} className='column column-block'>
<div className={`argo-table-list__row

View file

@ -887,7 +887,7 @@ are-we-there-yet@~1.1.2:
"argo-ui@https://github.com/argoproj/argo-ui.git":
version "1.0.0"
resolved "https://github.com/argoproj/argo-ui.git#ce081c277c4f5d51a5f5173fddc5dc9e486aeb33"
resolved "https://github.com/argoproj/argo-ui.git#7c6a57447d54b2487609e727132e188678b43106"
dependencies:
"@fortawesome/fontawesome-free" "^5.8.1"
"@tippy.js/react" "^2.1.2"