nextcloud / announcementcenter

📢 Announcement Center for Nextcloud
https://apps.nextcloud.com/apps/announcementcenter
GNU Affero General Public License v3.0
39 stars 24 forks source link

The size of the box showing groups names is too small #356

Open elhananjair opened 3 years ago

elhananjair commented 3 years ago

Steps to reproduce

  1. Click on options for the announcement
  2. Click on the input field that shows group names

Expected behaviour

well I expected at least somehow wide container to show group names which can exceed the size of its container.

Actual behaviour

It fits 100% with-in its container which shows some options with check boxes, but doesn't show group names that are somehow have long names.

Server configuration

Operating system: Fedora Server 33 Web server: Apache Database: PostgreSQL PHP version: 7.4.19 Nextcloud version: (see Nextcloud admin page) 21.0.2 Where did you install Nextcloud from: Official website by downloading the .zip file Signing status:

image

elhananjair commented 3 years ago

@nickvergessen is the a thing that can be fixed? For long group names and with similar words its difficult to distinguish between the two.

nickvergessen commented 3 years ago

I'm not sure if the app can control the width of the popover

elhananjair commented 3 years ago

I'm not sure if the app can control the width of the popover

oww okay, is the generic style in NC?

nickvergessen commented 3 years ago

Yes, it's ready to use vue components: https://nextcloud-vue-components.netlify.app/

elhananjair commented 3 years ago

Yes, it's ready to use vue components: https://nextcloud-vue-components.netlify.app/

Okay therefore let me mention this issue on Nextcloud Server repo