Skip to content

Commit

Permalink
fix(blank): blank plugin toolbar full width of parent
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtful committed Jan 22, 2024
1 parent 82283a8 commit 107c572
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const FillInTheBlanksToolbar = ({
return (
<PluginToolbar
pluginType={EditorPluginType.FillInTheBlanksExercise}
className="!left-[21px] top-[-33px] w-[calc(100%-37px)]"
className="!left-[-9px] top-[-33px] w-[calc(100%+25px)]"
pluginSettings={
<>
<button
Expand Down

0 comments on commit 107c572

Please sign in to comment.