opensearch-project / dashboards-maps

:globe_with_meridians: User interface for the backend geospatial plugin which can be integrated with OpenSearch Dashboards and a home for all other map related features.
https://opensearch.org/docs/latest/dashboards/geojson-regionmaps/#custom-vector-maps-with-geojson
Apache License 2.0
17 stars 44 forks source link

Use smaller and compressed varients of buttons and form components #647

Closed AMoo-Miki closed 1 month ago

AMoo-Miki commented 1 month ago

Description

Replace instances of EuiButton that don't have an explicit sizing attribute to EuiSmallButton*. Replace instances of Eui<form elements> that don't have density attributes to EuiCompressed<form elements>.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

junqiu-lei commented 1 month ago

Thanks @AMoo-Miki, can we also update the components in unit tests? They are failing in the CI.