accordproject / cicero-ui

A library of React components for Accord Project templates
Apache License 2.0
29 stars 46 forks source link

feat(HeaderImport): fixed extra clickable area of import links #366

Closed nik72619c closed 4 years ago

nik72619c commented 4 years ago

Signed-off-by: nik72619c nikhilsharmarockstar21@gmail.com

Issue #365

This PR fixes the issue of extra clickable area for the import buttons. The buttons would not have an extended area, but would rather be clickable till their content width.

Changes

Added the property align-items: flex-end so that their widths are not overflown

WhatsApp Image 2020-04-05 at 12 11 37 AM

@DianaLease @irmerk Please review and suggest changes if any :)