@kumori/aurora-wui-components 0.0.264-dev4114.42 → 0.0.264-dev4114.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -11794,7 +11794,7 @@ var AxebowObservabilityContainer = class AxebowObservabilityContainer extends Li
|
|
|
11794
11794
|
}
|
|
11795
11795
|
_renderLogFilters() {
|
|
11796
11796
|
return html`
|
|
11797
|
-
<div class="flex gap-4 items-start">
|
|
11797
|
+
<div class="flex flex-wrap gap-4 items-start">
|
|
11798
11798
|
${this.logFilters.map((_, index) => this._renderLogFilterDropdown(index))}
|
|
11799
11799
|
<axebow-button
|
|
11800
11800
|
class="shrink-0 mt-6.75"
|