- Issue created by @msankhala
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