Compare commits

..

No commits in common. "ad8f1b297576ebafb8b9e7ea7bb46272864641dc" and "38a930c0bd05d7d4424bd8c0d4ee17e35fa5f039" have entirely different histories.

View File

@ -245,11 +245,11 @@ body:not(.lp-ui--advanced) .service-rich { display: none; }
/* "Show logs" / "Hide logs" toggle sitting at the very bottom of the
open .task-details panel. Logs are off by default the user opts in
per service so a row of expanded services doesn't open one SSE stream
each. Left-aligned and given a little top breathing room so it reads as
each. Centred and given a little top breathing room so it reads as
a footer action rather than another inline button. */
.service-logs-toggle {
display: flex;
justify-content: flex-start;
justify-content: center;
margin-top: 8px;
margin-bottom: 4px;
}