Files
ontime/apps/client/src/features/app-settings/panel/integrations-panel/IntegrationsPanel.module.css
T
Carlos Valente 53963a9ad7 Integrations data (#770)
* feat: OSC settings

* feat: HTTP settings
2024-02-11 21:25:23 +01:00

13 lines
152 B
CSS

.fullWidth {
width: 100%;
}
.fitContents {
width: max-content !important; /* override chakra */
}
.flex {
display: flex;
gap: 1rem;
}