fix width overflow
This commit is contained in:
@@ -270,8 +270,6 @@ const Timetable = ({
|
|||||||
contentEditable={editable}
|
contentEditable={editable}
|
||||||
style={{
|
style={{
|
||||||
overflow: "scroll",
|
overflow: "scroll",
|
||||||
display: "flex",
|
|
||||||
justifyContent: "center",
|
|
||||||
}}
|
}}
|
||||||
onInput={handleInput}
|
onInput={handleInput}
|
||||||
></div>{" "}
|
></div>{" "}
|
||||||
|
|||||||
Reference in New Issue
Block a user