nextcloud-dialogs
nextcloud-dialogs copied to clipboard
Close button in notification not aligned to right
Nextcloud Dialogs: 5.0.3 Nextcloud: 27, 28rc2
If the notification text is shorter than the notification width, the close button appears right after the text instead of at the end of the notification.
Same on 4.2.2. I noticed that some extra JS files are generated by webpack:
js/myApp-node_modules_nextcloud_dialogs_dist_legacy_mjs.js js/myApp-vendors-node_modules_nextcloud_dialogs_dist_chunks_DialogBase-2d1c3e06_mjs.js js/myApp-vendors-node_modules_nextcloud_dialogs_dist_chunks_FilePicker-65d21558_mjs.js
I haven't noticed these files before. They are also not loaded (verified via browser console). Maybe the proper styling has moved to one of these files?