mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 09:53:48 +00:00
13 lines
144 B
CSS
13 lines
144 B
CSS
.fullWidth {
|
|
width: 100%;
|
|
}
|
|
|
|
.fitContents {
|
|
width: max-content !important; /* override chakra */
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
gap: 1rem;
|
|
}
|