opensearch-project / dashboards-notifications

The Notifications plugin provides a central location for all of your notifications from OpenSearch plugins. You can use either OpenSearch Dashboards or the REST API to configure notifications. Dashboards offers a more organized way of selecting a channel type and selecting which OpenSearch plugin sources you want to use.
Apache License 2.0
9 stars 36 forks source link

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

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>.

Check List

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.