- Issue created by @msankhala
- 🇧🇪Belgium wouters_f Leuven
I've thought for a long time this was a bug on drupal.org, did not even see the info on the second line and was thinking another broken one.
Great this is going to be fixed!
The composer require text is wrapping to the next line under the releases info. If module name is large then composer require 'drupal/some-large-module-name:^1.0.0'
wraps to the next line.
composer require text displays fine
composer require text DOESN'T displays fine
Check Releases section on any project page that has at least one release. If project name is large enough then the composer require text will wrap to the next line.
Two options:
1. Reduce the font size
1. Set white space to nowrap. By adding css white-space: nowrap;
(Recommended)
1. Create Patch
1. It will start showing the entire composer require text even for the long project name.
1. There will be horizontal scroll bar at bottom of textarea displaying composer require text, if project name is large enough.
Active
1.0
User interface
I've thought for a long time this was a bug on drupal.org, did not even see the info on the second line and was thinking another broken one.
Great this is going to be fixed!