Project

General

Profile

« Previous | Next » 

Revision a31040e8

Added by Ian Ballou over 1 year ago

Fixes #35605 - host details tab can be too tall (#9495)

View differences:

webpack/assets/javascripts/react_app/components/HostDetails/Tabs/Details/styles.css
.details-tab-flex-container {
max-height: calc(100vh - 225px);
max-height: min(1000px, calc(100vh - 225px));
width: 24rem;
gap: 1.2rem;
}

Also available in: Unified diff