Files
ontime/apps/client/src/features/app-settings/panel/integrations-panel/IntegrationsPanel.module.css
T
2024-02-12 21:24:49 +01:00

13 lines
144 B
CSS

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