Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update comment.
  • Loading branch information
juanfra committed Oct 13, 2025
commit 067892dc0718a633367617b63cb8cc25938c9e5a
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ function Spacing() {
);
updatedSize = { ...updatedSize, size: clampValue };
} else if ( key === 'fluid' && value === false ) {
// When disabling fluid, convert to preferred value
// When disabling fluid, convert to min value
updatedSize = {
...updatedSize,
size: clampValues.min,
Expand Down
Loading