@gitlab/ui 123.9.0 → 123.9.2
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/components/dashboards/dashboard_panel/dashboard_panel.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/tailwind.css +1 -1
- package/dist/tailwind.css.map +1 -1
- package/package.json +1 -1
- package/src/components/base/filtered_search/filtered_search.scss +1 -1
- package/src/components/dashboards/dashboard_panel/dashboard_panel.vue +1 -1
|
@@ -154,7 +154,7 @@ var script = {
|
|
|
154
154
|
return `${this.containerClass} ${this.borderClass}`;
|
|
155
155
|
},
|
|
156
156
|
bodyClasses() {
|
|
157
|
-
return this.loading ? 'gl-flex gl-flex-wrap gl-content-center gl-text-center' : `gl-grow gl-overflow-y-auto gl-overflow-x-hidden ${this.bodyContentClass}`;
|
|
157
|
+
return this.loading ? 'gl-flex gl-flex-wrap gl-content-center gl-text-center gl-flex-grow' : `gl-grow gl-overflow-y-auto gl-overflow-x-hidden ${this.bodyContentClass}`;
|
|
158
158
|
},
|
|
159
159
|
hasTitleIcon() {
|
|
160
160
|
return Boolean(this.titleIcon);
|