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 28 forks source link

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

Closed Sae126V closed 1 year ago

Sae126V commented 1 year 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 1 year 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 1 year ago

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

gregcorbett commented 1 year ago

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

gregcorbett commented 1 year ago

rebasing on top of latest dev