Skip to content

Commit

Permalink
Merge pull request #3300 from serlo/fix/blank-toolbar-size-hack
Browse files Browse the repository at this point in the history
fix(blank): toolbar size hack
  • Loading branch information
elbotho authored Jan 22, 2024
2 parents 82283a8 + 107c572 commit 8cdb631
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 8cdb631

Please sign in to comment.