Skip to content

Commit

Permalink
Horizontally center bubble cell editor (#858)
Browse files Browse the repository at this point in the history
* Horizontally center bubble cell editor

* Only top and bottom
  • Loading branch information
LukasMasuch committed Jan 8, 2024
1 parent 0c57d49 commit 86177a0
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -3,6 +3,8 @@ import { styled } from "@linaria/react";
export const BubblesOverlayEditorStyle = styled.div`
display: flex;
flex-wrap: wrap;
margin-top: auto;
margin-bottom: auto;
.boe-bubble {
display: flex;
Expand Down

0 comments on commit 86177a0

Please sign in to comment.