mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-08 08:53:51 +00:00
refactor: style tweaks to edit css modal
This commit is contained in:
committed by
Carlos Valente
parent
24d3bf05ca
commit
fb93063b47
@@ -8,7 +8,5 @@
|
||||
}
|
||||
|
||||
.column {
|
||||
align-items: start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
@@ -123,7 +123,7 @@ export default function ViewSettingsForm() {
|
||||
onClick={onCodeEditorOpen}
|
||||
variant='ontime-subtle'
|
||||
size='sm'
|
||||
isDisabled={!data.overrideStyles}
|
||||
isDisabled={isSubmitting}
|
||||
width='fit-content'
|
||||
>
|
||||
Edit CSS override
|
||||
|
||||
Reference in New Issue
Block a user