File tree Expand file tree Collapse file tree
src/components/NcEmptyContent Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66# Changelog
77
8+ ## [ v8.26.2] ( https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.26.2 ) (TBA)
9+
10+ ### 📝 Notes
11+ #### NcEmptyContent
12+ A padding was added to the empty content wrapper.
13+ It is recommended to check in-app styles for possible overrides.
14+
15+
816## [ v8.26.1] ( https://github.com/nextcloud-libraries/nextcloud-vue/tree/v8.26.1 ) (2025-05-07)
917### 🐛 Fixed bugs
1018* [ stable8] fix(NcIconSvgWrapper): center svg span wrapper [ #6880 ] ( https://github.com/nextcloud-libraries/nextcloud-vue/pull/6880 ) ([ backportbot] ( https://github.com/backportbot ) )
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ export default {
192192 justify- content: center;
193193 /* In case of using in a flex container - flex in advance */
194194 flex- grow: 1 ;
195+ padding: var (-- default- grid- baseline);
195196
196197 .modal - wrapper & {
197198 margin- top: 5vh ;
@@ -228,6 +229,8 @@ export default {
228229
229230 & __description {
230231 color: var (-- color- text- maxcontrast);
232+ text- align: center;
233+ text- wrap- style: balance;
231234 }
232235
233236 & __action {
You can’t perform that action at this time.
0 commit comments