Skip to content

Commit

Permalink
[lexical-playground] Fix Columns Layout Item Overflow (facebook#7066)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivailop7 authored Jan 20, 2025
1 parent d319b07 commit 2e4a63e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@
.PlaygroundEditorTheme__layoutItem {
border: 1px dashed #ddd;
padding: 8px 16px;
min-width: 0;
max-width: 100%;
}
.PlaygroundEditorTheme__autocomplete {
color: #ccc;
Expand Down

0 comments on commit 2e4a63e

Please sign in to comment.