Skip to content

Commit c8b6ab1

Browse files
authored
Merge pull request #1267 from mito-ds/formula-bar-bug
Fix bug switching between cell editor and formula bar
2 parents 36b3afc + f472add commit c8b6ab1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mitosheet/css/FormulaBar.css

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
outline: none;
2222

2323
color: var(--mito-text);
24+
height: 30px;
25+
display: flex;
26+
justify-content: center;
27+
flex-direction: column;
2428
}
2529

2630
.formula-bar-vertical-line {

0 commit comments

Comments
 (0)