Propo41 / bookify

Tailored for organizations, a simple tool that can enhance productivity by minimizing the time spent finding and securing meeting rooms in google calendar
https://bookify-dev-u8p8s.ondigitalocean.app/
MIT License
6 stars 1 forks source link

[BUG] Horizontal scrollbar is brought up if room length is long #38

Open Propo41 opened 2 days ago

Propo41 commented 2 days ago

Describe the bug Horizontal scrollbar comes up if the selected text length inside the dropdown is long.

Screenshots image

Expected behavior There can be two possible approaches I can think of:

  1. trim the text and add "..." so that it fits the dialog
  2. make the text come down on the next line instead of being on the same. But that would make the dropdown height increase which is undesirable.

So, for now option 1 is preferred

riteshkumarkarn commented 1 day ago

Can you please explain the issue in more detail and tell the expected behaviour.

Propo41 commented 1 day ago

@riteshkumarkarn updated the description.