Skip to content

Commit be02434

Browse files
committed
Set a max width for CMS field
Added a max-width to focus point field to make sure image can’t extend past mask edges
1 parent 90c67ef commit be02434

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css/FocusPointField.css

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
position: relative;
88
left: 0;
99
top: 0;
10+
max-width: 300px;
1011
}
1112

1213
.focus-point-field img {

0 commit comments

Comments
 (0)