.info-properties {
    margin-bottom: 2vh;
    padding: 2vh 15px;
}

.info-property {
    margin-bottom: 1vh;
}

.info-property:last-child {
    margin-bottom: 0;
}

.resource-information-tabs {
    /* Match .kubernetes-list-tabs (the dashboard list page), which has no margin - a top
       margin here made the gap between the Kubernetes-user selector and the tab bar visibly
       larger on every resource detail page than on the list page, for no layout reason. */
    margin: 0;
}

.back-to-list-tab {
    height: 48px;
    border-radius: 0;
    white-space: nowrap;
}

.save-changed-yaml-button {
    margin: 1vh 0;
    align-content: end;
}

.yaml-panel {
    max-height: 65vh;
    overflow-y: auto;
    overflow-x: auto;
    padding: 8px;
    border-radius: 4px;
}
