GOCDB / gocdb

Grid Operations Configuration Management Database. A Repository, Portal and REST style API for managing Grid and Cloud topology objects including; projects, administrative domains, sites, services, service-endpoints, service-groups, downtimes, users, roles and business rules.
Apache License 2.0
12 stars 27 forks source link

[GT-193] Update css properties for service group #467

Closed Sae126V closed 7 months ago

Sae126V commented 10 months ago

Update CSS properties to support service group names being displayed properly. So that the long sentence(words) can be broken down based on the parent div.

Resolves #374

gregcorbett commented 10 months ago

ah so the desired behaviour here is for the icon and site name to stay where they are, and the description text wrap if it needs to, similar to what happens for Sites with a long description:

image

Sae126V commented 10 months ago

Updated the code to implement site like functionality, Greg. Done

gregcorbett commented 9 months ago

LGTM, can you squash the commits into the first one?

gregcorbett commented 7 months ago

rebasing on top of latest dev