mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-21 06:59:09 +00:00
revert: fixed size for editor
This commit is contained in:
committed by
Carlos Valente
parent
f219ebb8f8
commit
89922fe394
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
.rundownEditor {
|
.rundownEditor {
|
||||||
// width is locked to swatch picker elements
|
// width is locked to swatch picker elements
|
||||||
width: calc(15 * 2rem + 13 * 0.5rem);
|
min-width: calc(15 * 2rem + 13 * 0.5rem);
|
||||||
|
|
||||||
// we dont want a scrollbar when in the modal
|
// we dont want a scrollbar when in the modal
|
||||||
.content {
|
.content {
|
||||||
|
|||||||
Reference in New Issue
Block a user